equal
deleted
inserted
replaced
1 """cubicweb on appengine plugins for cubicweb-ctl |
1 """cubicweb on appengine plugins for cubicweb-ctl |
2 |
2 |
3 :organization: Logilab |
3 :organization: Logilab |
4 :copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
4 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 """ |
6 """ |
7 __docformat__ = "restructuredtext en" |
7 __docformat__ = "restructuredtext en" |
8 |
8 |
9 from os.path import exists, join, split, dirname, basename, normpath, abspath |
9 from os.path import exists, join, split, dirname, basename, normpath, abspath |
48 '__pkginfo__.py', |
48 '__pkginfo__.py', |
49 '_exceptions.py', |
49 '_exceptions.py', |
50 'dbapi.py', |
50 'dbapi.py', |
51 'cwvreg.py', |
51 'cwvreg.py', |
52 'cwconfig.py', |
52 'cwconfig.py', |
|
53 'entity.py', |
53 'interfaces.py', |
54 'interfaces.py', |
54 'rset.py', |
55 'rset.py', |
55 'schema.py', |
56 'schema.py', |
56 'schemaviewer.py', |
57 'schemaviewer.py', |
57 'selectors.py', |
58 'selectors.py', |
58 'vregistry.py', |
59 'vregistry.py', |
59 |
60 |
60 'common/appobject.py', |
61 'common/appobject.py', |
61 'common/entity.py', |
|
62 'common/html4zope.py', |
62 'common/html4zope.py', |
63 'common/mail.py', |
63 'common/mail.py', |
64 'common/migration.py', |
64 'common/migration.py', |
65 'common/mixins.py', |
65 'common/mixins.py', |
66 'common/mttransforms.py', |
66 'common/mttransforms.py', |