Commit 74da1f6c authored by Vincent Pelletier's avatar Vincent Pelletier

Add a forgotten import of neo.util.bin .


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1143 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 13c848f9
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
from optparse import OptionParser from optparse import OptionParser
from neo import setupLog from neo import setupLog
from neo.util import bin
parser = OptionParser() parser = OptionParser()
parser.add_option('-u', '--uuid', help='specify an UUID to use for this ' \ parser.add_option('-u', '--uuid', help='specify an UUID to use for this ' \
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
from optparse import OptionParser from optparse import OptionParser
from neo import setupLog from neo import setupLog
from neo.util import bin
parser = OptionParser() parser = OptionParser()
......
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