cubicweb/cwconfig.py
changeset 12530 9d88e1177c35
parent 12508 a8c1ea390400
child 12543 71aa20cb43f2
--- a/cubicweb/cwconfig.py	Thu Mar 21 12:05:30 2019 +0100
+++ b/cubicweb/cwconfig.py	Thu Mar 21 14:33:54 2019 +0100
@@ -670,7 +670,7 @@
 
     @classmethod
     def load_available_configs(cls):
-        for confmod in ('web.webconfig',  'etwist.twconfig',
+        for confmod in ('web.webconfig',
                         'server.serverconfig', 'pyramid.config'):
             try:
                 __import__('cubicweb.%s' % confmod)
@@ -681,7 +681,7 @@
     @classmethod
     def load_cwctl_plugins(cls):
         cls.cls_adjust_sys_path()
-        for ctlmod in ('web.webctl',  'etwist.twctl', 'server.serverctl',
+        for ctlmod in ('web.webctl', 'server.serverctl',
                        'devtools.devctl', 'pyramid.pyramidctl'):
             try:
                 __import__('cubicweb.%s' % ctlmod)