devtools/__init__.py
branchstable
changeset 6281 a013a68fe8ec
parent 6164 ceb6951f9d2f
child 6315 8ca3ee849bee
equal deleted inserted replaced
6280:e220f8b85f88 6281:a013a68fe8ec
   180     cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path
   180     cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path
   181     cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path
   181     cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path
   182 
   182 
   183     def available_languages(self, *args):
   183     def available_languages(self, *args):
   184         return ('en', 'fr', 'de')
   184         return ('en', 'fr', 'de')
       
   185 
       
   186     def default_base_url(self):
       
   187         return BASE_URL
   185 
   188 
   186     def pyro_enabled(self):
   189     def pyro_enabled(self):
   187         # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and
   190         # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and
   188         # threads
   191         # threads
   189         return True
   192         return True