changeset 11056 | b7f8d2ee6532 |
parent 11000 | dc9de651c328 |
child 11435 | 42578bc0b5ef |
--- a/cwconfig.py Wed Jan 06 08:58:43 2016 +0100 +++ b/cwconfig.py Mon Jan 04 11:12:30 2016 +0100 @@ -602,7 +602,7 @@ cls.cls_adjust_sys_path() for ctlfile in ('web/webctl.py', 'etwist/twctl.py', 'server/serverctl.py', - 'devtools/devctl.py', 'goa/goactl.py'): + 'devtools/devctl.py',): if exists(join(CW_SOFTWARE_ROOT, ctlfile)): try: load_module_from_file(join(CW_SOFTWARE_ROOT, ctlfile))