devtools/__init__.py
changeset 5021 58e89f3dfbae
parent 4913 083b4d454192
child 5048 bf8a53a11b6d
--- a/devtools/__init__.py	Thu Mar 25 14:33:50 2010 +0100
+++ b/devtools/__init__.py	Thu Mar 25 17:55:24 2010 +0100
@@ -98,9 +98,6 @@
           }),
         ))
 
-    if not os.environ.get('APYCOT_ROOT'):
-        REGISTRY_DIR = normpath(join(CW_SOFTWARE_ROOT, '../cubes'))
-
     def __init__(self, appid, log_threshold=logging.CRITICAL+10):
         ServerConfiguration.__init__(self, appid)
         self.init_log(log_threshold, force=True)