Mercurial > piecrust2
diff tests/conftest.py @ 778:5e91bc0e3b4d
internal: Move admin panel code into the piecrust package.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jul 2016 15:02:24 +0200 |
parents | ba0a6bd5e913 |
children | 982de61e7da9 |
line wrap: on
line diff
--- a/tests/conftest.py Mon Jul 04 00:22:30 2016 -0700 +++ b/tests/conftest.py Sat Jul 16 15:02:24 2016 +0200 @@ -377,7 +377,7 @@ from werkzeug.wrappers import BaseResponse with mock_fs_scope(fs, keep=self.mock_debug): if is_admin_test: - from foodtruck.web import create_foodtruck_app + from piecrust.admin.web import create_foodtruck_app s = { 'FOODTRUCK_CMDLINE_MODE': True, 'FOODTRUCK_ROOT': fs.path('/kitchen')