Add module wfobjs to enable workflow in gae.
Add module vcard to enable usage of cube person in gae.
Add init file creation for cubes gae directory.
"""template automatic tests"""fromlogilab.common.testlibimportTestCase,unittest_mainclassDefaultTC(TestCase):deftest_something(self):self.skip('this cube has no test')## uncomment the import if you want to activate automatic test for your## template# from cubicweb.devtools.testlib import AutomaticWebTestif__name__=='__main__':unittest_main()