summaryrefslogtreecommitdiffstats
path: root/askbot/api.py
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-24 15:44:35 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-24 15:44:35 -0600
commit1975772d504efa3aab494b49f1d0c1176225ba5c (patch)
tree9fd7a5613bdc5cf894fd78c8120f39416cc3c68e /askbot/api.py
parentef00cb5c4ddc6cec688d76101572edabfe193995 (diff)
downloadaskbot-1975772d504efa3aab494b49f1d0c1176225ba5c.tar.gz
askbot-1975772d504efa3aab494b49f1d0c1176225ba5c.tar.bz2
askbot-1975772d504efa3aab494b49f1d0c1176225ba5c.zip
Added models/group.py to start migrationg the new Group model from Tag
model
Diffstat (limited to 'askbot/api.py')
-rw-r--r--askbot/api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/askbot/api.py b/askbot/api.py
index 9f37995e..52bdab3e 100644
--- a/askbot/api.py
+++ b/askbot/api.py
@@ -5,8 +5,9 @@ api must become a place to manupulate the data in the askbot application
so that other implementations of the data storage could be possible
"""
from django.db.models import Q
-from askbot import models
+
from askbot import const
+from askbot import models
def get_info_on_moderation_items(user):
"""returns a dictionary with