Skip to content

Commit

Permalink
fix the Base import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Feb 5, 2016
1 parent 35dc507 commit 4d3d9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

from pyramid.scripts.common import parse_vars

from ..models.meta import Base
from ..models import (
Base,
get_engine,
get_session_factory,
get_tm_session,
Expand Down

0 comments on commit 4d3d9b0

Please sign in to comment.