Missed this import
- Legacy-Id: 4762
This commit is contained in:
parent
1d7883fc01
commit
fb59abd70d
|
@ -2,7 +2,7 @@
|
|||
# coding: latin-1
|
||||
|
||||
from types import ModuleType
|
||||
import urls, models, views, forms, accounts, admin, utils, widgets, mail, decorators, sitemaps, feeds
|
||||
import urls, models, views, forms, accounts, admin, utils, widgets, decorators, sitemaps, feeds
|
||||
|
||||
# These people will be sent a stack trace if there's an uncaught exception in
|
||||
# code any of the modules imported above:
|
||||
|
|
Loading…
Reference in a new issue