Commit 95fe8039 authored by Christian Heimes's avatar Christian Heimes

Fixed import to make "bin/zopectl debug" work again

parent 2130fa0d
......@@ -158,7 +158,7 @@ class ZopeCmd(ZDCmd):
ZDCmd.do_start(self, arg)
def get_startup_cmd(self, python, more):
cmdline = ( '%s -c "from Zope import configure;'
cmdline = ( '%s -c "from Zope2 import configure;'
'configure(\'%s\');' %
(python, self.options.configfile)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment