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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue