devtools/__init__.py
brancholdstable
changeset 6729 1a423eaee782
parent 6593 0fd8792c9c8a
child 6749 48f468f33704
equal deleted inserted replaced
6728:f68bd4c876d1 6729:1a423eaee782
   188                                      + TwistedConfiguration.options)
   188                                      + TwistedConfiguration.options)
   189     cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path
   189     cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path
   190     cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path
   190     cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path
   191 
   191 
   192     def available_languages(self, *args):
   192     def available_languages(self, *args):
   193         return ('en', 'fr', 'de')
   193         return ('en', 'fr', 'de', 'es')
   194 
   194 
   195     def pyro_enabled(self):
   195     def pyro_enabled(self):
   196         # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and
   196         # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and
   197         # threads
   197         # threads
   198         return True
   198         return True