--- a/goa/goactl.py Tue Feb 17 22:43:59 2009 +0100
+++ b/goa/goactl.py Tue Feb 17 22:49:54 2009 +0100
@@ -1,7 +1,7 @@
"""cubicweb on appengine plugins for cubicweb-ctl
:organization: Logilab
-:copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__ = "restructuredtext en"
@@ -50,6 +50,7 @@
'dbapi.py',
'cwvreg.py',
'cwconfig.py',
+ 'entity.py',
'interfaces.py',
'rset.py',
'schema.py',
@@ -58,7 +59,6 @@
'vregistry.py',
'common/appobject.py',
- 'common/entity.py',
'common/html4zope.py',
'common/mail.py',
'common/migration.py',