From 883a8a564a6c642f06c613b792ca48c3d569beec Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Thu, 29 Nov 2007 13:20:08 +0000 Subject: [PATCH] fixing create-empty-database again git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@775 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/reagentTools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/reagentTools.py b/libraries/reagentTools.py index 52f24346b..5319cc363 100644 --- a/libraries/reagentTools.py +++ b/libraries/reagentTools.py @@ -484,8 +484,8 @@ def database(options): return 0 elif (options[0] == "create-empty-database"): - import databaseTools - mypath = options[1:] + + mypath = options[1:] if len(mypath) == 0: print_error(yellow(" * ")+red("Not enough parameters")) return 4