summaryrefslogtreecommitdiffstats
path: root/askbot/api.py
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-29 09:33:52 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-29 09:33:52 -0600
commitd17fdef408bda08afe04362b1b2ef31ba3d4b664 (patch)
treece49dd450e97a89626982bf12871a2691338255c /askbot/api.py
parentf39380e089ac30845589756f44b49e4e059fcf78 (diff)
downloadaskbot-d17fdef408bda08afe04362b1b2ef31ba3d4b664.tar.gz
askbot-d17fdef408bda08afe04362b1b2ef31ba3d4b664.tar.bz2
askbot-d17fdef408bda08afe04362b1b2ef31ba3d4b664.zip
Revert "Added models/group.py to start migrationg the new Group model from Tag"
This reverts commit 1975772d504efa3aab494b49f1d0c1176225ba5c. Conflicts: askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
Diffstat (limited to 'askbot/api.py')
-rw-r--r--askbot/api.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/askbot/api.py b/askbot/api.py
index 52bdab3e..9f37995e 100644
--- a/askbot/api.py
+++ b/askbot/api.py
@@ -5,9 +5,8 @@ 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 const
from askbot import models
+from askbot import const
def get_info_on_moderation_items(user):
"""returns a dictionary with