summaryrefslogtreecommitdiffstats
path: root/forum/views/__init__.py
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-02-22 14:34:10 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-02-22 14:34:10 +0000
commitc98f611472b65e8be5943fb6e9f134c21d9a0665 (patch)
tree107e6d3b0f4f236d794e194e7d9074bbff34aadf /forum/views/__init__.py
parent2ea80d9c8d6c9e6ace51c59ebfc194b59bb0480a (diff)
downloadaskbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.tar.gz
askbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.tar.bz2
askbot-c98f611472b65e8be5943fb6e9f134c21d9a0665.zip
"Reversed" some m2m relations with the user model.
Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
Diffstat (limited to 'forum/views/__init__.py')
-rw-r--r--forum/views/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/forum/views/__init__.py b/forum/views/__init__.py
index faea1179..291fee2a 100644
--- a/forum/views/__init__.py
+++ b/forum/views/__init__.py
@@ -3,4 +3,3 @@ import writers
import commands
import users
import meta
-#import books