Commit 8920b917 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a duplicate import.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1253 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6d29da49
......@@ -39,8 +39,6 @@ else:
handler = options.handler or "SocketConnector"
setupLog('NEOCTL', options.verbose)
from neo.neoctl.app import Application
app = Application(address, port, handler)
print app.execute(args)
......
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