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:
Lance Edgar 2013-12-17 05:57:55 -08:00
parent d838203ec7
commit 1a557f3947
6 changed files with 42 additions and 43 deletions

View file

@ -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']