projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added MIT license.
[zzz-floof.git]
/
floof
/
model
/
__init__.py
diff --git
a/floof/model/__init__.py
b/floof/model/__init__.py
index
9cacd18
..
1a81770
100644
(file)
--- a/
floof/model/__init__.py
+++ b/
floof/model/__init__.py
@@
-22,8
+22,7
@@
if elixir.options_defaults.get('autoload', False) \
# # import other entities here, e.g.
# from floof.model.blog import BlogEntry, BlogComment
# # 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
# Finally, call elixir to set up the tables.
# but not if using reflected tables