--- a/goa/goactl.py Wed Feb 18 16:26:47 2009 +0100
+++ b/goa/goactl.py Wed Feb 18 16:54:31 2009 +0100
@@ -47,6 +47,7 @@
'__init__.py',
'__pkginfo__.py',
'_exceptions.py',
+ 'appobject.py',
'dbapi.py',
'cwvreg.py',
'cwconfig.py',
@@ -56,19 +57,19 @@
'schema.py',
'schemaviewer.py',
'selectors.py',
+ 'utils.py',
'vregistry.py',
+ 'view.py',
- 'common/appobject.py',
- 'common/html4zope.py',
'common/mail.py',
'common/migration.py',
'common/mixins.py',
'common/mttransforms.py',
'common/registerers.py',
- 'common/rest.py',
- 'common/view.py',
'common/uilib.py',
- 'common/utils.py',
+
+ 'ext/html4zope.py',
+ 'ext/rest.py',
'server/hookhelper.py',
'server/hooksmanager.py',