summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Noveski <dr.mote@gmail.com>2011-11-24 01:52:31 +0100
committerDejan Noveski <dr.mote@gmail.com>2011-11-24 01:52:31 +0100
commit72df61547e7f48010c712a54b58981320c566be9 (patch)
treef25a2e7619ecfb7835cf6d24ac6b57e3e531a6ba
parent7a1a385a20f144bfa6051ceb6f4a0033f51cd13f (diff)
downloadaskbot-72df61547e7f48010c712a54b58981320c566be9.tar.gz
askbot-72df61547e7f48010c712a54b58981320c566be9.tar.bz2
askbot-72df61547e7f48010c712a54b58981320c566be9.zip
Removed unused imports in fill_test_content_db management command
-rw-r--r--askbot/management/commands/fill_test_content_db.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/askbot/management/commands/fill_test_content_db.py b/askbot/management/commands/fill_test_content_db.py
index ccd37118..eb29d1c5 100644
--- a/askbot/management/commands/fill_test_content_db.py
+++ b/askbot/management/commands/fill_test_content_db.py
@@ -1,7 +1,5 @@
from django.core.management.base import NoArgsCommand
-from django.contrib.auth.models import User
from askbot.models import User
-from askbot.models.repute import Repute
NUM_USERS = 40