From 74da1f6c57eace40f2cb602dd21032fbebe6da03 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Mon, 3 Aug 2009 12:27:28 +0000 Subject: [PATCH] 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 --- neoadmin | 1 + neostorage | 1 + 2 files changed, 2 insertions(+) diff --git a/neoadmin b/neoadmin index 652f9be3..1ce21315 100755 --- a/neoadmin +++ b/neoadmin @@ -20,6 +20,7 @@ from optparse import OptionParser from neo import setupLog +from neo.util import bin parser = OptionParser() parser.add_option('-u', '--uuid', help='specify an UUID to use for this ' \ diff --git a/neostorage b/neostorage index efb81274..83085566 100755 --- a/neostorage +++ b/neostorage @@ -20,6 +20,7 @@ from optparse import OptionParser from neo import setupLog +from neo.util import bin parser = OptionParser() -- 2.30.9