diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 16:19:58 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:34 -0200 |
commit | 48904e485742e17e637385f35d6ced69923c9c85 (patch) | |
tree | 9158510c6f6e8ad0a7fec3df846e8018312bd61b /news/views.py | |
parent | 5a6b984a626e3a1cab2b49f1158918f8c3cb4b80 (diff) |
modified import paths from archweb_dev to archweb
Diffstat (limited to 'news/views.py')
-rw-r--r-- | news/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/views.py b/news/views.py index 66e00578..2f960674 100644 --- a/news/views.py +++ b/news/views.py @@ -1,6 +1,6 @@ from django import forms from django.contrib.auth.decorators import permission_required -from archweb_dev.main.models import News +from archweb.main.models import News from django.views.generic import list_detail, create_update |