Added a watch/unwatch button to user pages.
[zzz-floof.git] / floof / model / __init__.py
index 9cacd18..1a81770 100644 (file)
@@ -22,8 +22,7 @@ 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 import art, users, search
 
 # Finally, call elixir to set up the tables.
 # but not if using reflected tables