devtools/__init__.py
changeset 10235 684215aca046
parent 10231 fdcc500002ef
child 10331 6f25c7e4f19b
--- a/devtools/__init__.py	Mon Dec 01 11:52:58 2014 +0100
+++ b/devtools/__init__.py	Tue Mar 03 14:57:34 2015 +0100
@@ -237,10 +237,6 @@
     def available_languages(self, *args):
         return self.cw_languages()
 
-    def pyro_enabled(self):
-        # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and
-        # threads
-        return True
 
 # XXX merge with BaseApptestConfiguration ?
 class ApptestConfiguration(BaseApptestConfiguration):