summaryrefslogtreecommitdiffstats
path: root/askbot/tests/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-27 16:56:01 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-27 16:56:01 -0400
commitc5b2ebbf46c55afd1d218b7c20fefa30ee1f6f5a (patch)
tree0066776c0ceccd8c51adc1e71f8306d7578c068d /askbot/tests/__init__.py
parentb6c74b03375fe2daa85d6b72160d224b24f8a09a (diff)
downloadaskbot-c5b2ebbf46c55afd1d218b7c20fefa30ee1f6f5a.tar.gz
askbot-c5b2ebbf46c55afd1d218b7c20fefa30ee1f6f5a.tar.bz2
askbot-c5b2ebbf46c55afd1d218b7c20fefa30ee1f6f5a.zip
removed "revision_type" field
Diffstat (limited to 'askbot/tests/__init__.py')
-rw-r--r--askbot/tests/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/tests/__init__.py b/askbot/tests/__init__.py
index fbf32726..c20b7f67 100644
--- a/askbot/tests/__init__.py
+++ b/askbot/tests/__init__.py
@@ -12,7 +12,6 @@ from askbot.tests.form_tests import *
from askbot.tests.follow_tests import *
from askbot.tests.templatefilter_tests import *
from askbot.tests.markup_test import *
-from askbot.tests.misc_tests import *
from askbot.tests.post_model_tests import *
from askbot.tests.thread_model_tests import *
from askbot.tests.reply_by_email_tests import *