Remove old OCR url

This commit is contained in:
Roberto Rosario
2012-08-06 02:59:46 -04:00
parent 377032b92a
commit 27c0a3ef43

View File

@@ -1,8 +1,6 @@
from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('ocr.views',
url(r'^log/$', 'ocr_log', (), 'ocr_log'),
url(r'^processing/enable/$', 'ocr_enable', (), 'ocr_enable'),
url(r'^processing/disable/$', 'ocr_disable', (), 'ocr_disable'),