Skip to content

Commit

Permalink
model.__init__ needs meta imported
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 10, 2012
1 parent e445eb7 commit 8ec5026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/model/__init__.py
Expand Up @@ -9,6 +9,7 @@
from sqlalchemy import MetaData, __version__ as sqav, Table
from sqlalchemy.util import OrderedDict

import meta
from meta import (
Session,
engine_is_sqlite,
Expand Down

0 comments on commit 8ec5026

Please sign in to comment.