Commit 378e1b7d authored by Chris McDonough's avatar Chris McDonough

Remove leftover call to setuid.

parent e631060a
......@@ -160,7 +160,6 @@ class ZopeCmd(ZDCmd):
print " manually using a Python interactive shell"
def do_run(self, arg):
self.setuid()
cmdline = self.get_startup_cmd(self.options.python,
'import Zope; app=Zope.app(); execfile(\'%s\')' % arg)
os.system(cmdline)
......
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