projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OpenID library is python-openid, not openid.
[zzz-floof.git]
/
floof
/
model
/
__init__.py
diff --git
a/floof/model/__init__.py
b/floof/model/__init__.py
index
e3f810d
..
d0f03b3
100644
(file)
--- a/
floof/model/__init__.py
+++ b/
floof/model/__init__.py
@@
-6,6
+6,7
@@
from floof.model import meta
# Tables are defined in separate files and imported to here
from floof.model.users import *
+from floof.model.art import *
def init_model(engine):
"""Call me before using any of the tables or classes in the model"""