summaryrefslogtreecommitdiffstats
path: root/main/models.py
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-30 19:19:58 +0100
committerIsmael Carnales <icarnales@gmail.com>2009-11-10 01:24:34 +0100
commit48904e485742e17e637385f35d6ced69923c9c85 (patch)
tree9158510c6f6e8ad0a7fec3df846e8018312bd61b /main/models.py
parent5a6b984a626e3a1cab2b49f1158918f8c3cb4b80 (diff)
downloadarchweb-48904e485742e17e637385f35d6ced69923c9c85.tar.gz
archweb-48904e485742e17e637385f35d6ced69923c9c85.tar.xz
modified import paths from archweb_dev to archweb
Diffstat (limited to 'main/models.py')
-rw-r--r--main/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index f645804..d65c847 100644
--- a/main/models.py
+++ b/main/models.py
@@ -1,7 +1,7 @@
from django.db import models
from django.db.models import Q
from django.contrib.auth.models import User
-from archweb_dev.main.middleware import get_user
+from archweb.main.middleware import get_user
###########################
### User Profile Class ####