Refactored model imports, etc.
This is in preparation for using database models only from `rattail` (i.e. no `edbob`). Mostly the model and enum imports were affected.
This commit is contained in:
parent
d838203ec7
commit
1a557f3947
6 changed files with 42 additions and 43 deletions
|
@ -36,7 +36,7 @@ from webhelpers.html.builder import format_attrs
|
|||
|
||||
from pyramid.renderers import render
|
||||
|
||||
from edbob.core import Object
|
||||
from rattail.core import Object
|
||||
|
||||
|
||||
__all__ = ['Grid']
|
||||
|
|
|
@ -35,7 +35,7 @@ from pyramid.renderers import render
|
|||
from pyramid_simpleform import Form
|
||||
from pyramid_simpleform.renderers import FormRenderer
|
||||
|
||||
from edbob.core import Object
|
||||
from rattail.core import Object
|
||||
from edbob.util import prettify
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue