Test suite runs and passes!
[zzz-floof.git] / floof / model / __init__.py
index 9cacd18..d4745a7 100644 (file)
@@ -22,8 +22,13 @@ if elixir.options_defaults.get('autoload', False) \
 
 # # import other entities here, e.g.
 # from floof.model.blog import BlogEntry, BlogComment
-from floof.model.art import Art
-from floof.model.users import User, IdentityURL
+from floof.model.art import *
+from floof.model.ratings import *
+from floof.model.comments import *
+from floof.model.search import *
+from floof.model.tags import *
+from floof.model.users import *
+
 
 # Finally, call elixir to set up the tables.
 # but not if using reflected tables