Skip to content

Commit

Permalink
Merge pull request #11 from freakboy3742/develop
Browse files Browse the repository at this point in the history
Updated urls.py to use new-style imports.
  • Loading branch information
jezdez committed Mar 24, 2013
2 parents 777b6f6 + 32b33d5 commit 8b91407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robots/urls.py
@@ -1,4 +1,4 @@
from django.conf.urls.defaults import *
from django.conf.urls import patterns, url

urlpatterns = patterns('robots.views',
url(r'^$', 'rules_list', name='robots_rule_list'),
Expand Down

0 comments on commit 8b91407

Please sign in to comment.