summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2011-05-23 09:51:34 -0700
committerJesse Andrews <anotherjesse@gmail.com>2011-05-23 09:51:34 -0700
commitd8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2 (patch)
treeedf3a07d01539736d2b175337413be74366d3db2
parent7211ce8ecb303c3da561f530df7aaad2ea1d68b4 (diff)
downloadkeystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.tar.gz
keystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.tar.xz
keystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.zip
removing unused library
-rwxr-xr-xbin/keystone-manage1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/keystone-manage b/bin/keystone-manage
index 2d5aecea..f2de1deb 100755
--- a/bin/keystone-manage
+++ b/bin/keystone-manage
@@ -26,7 +26,6 @@ import datetime
import optparse
import os
import sys
-import tools.tracer
# If ../../keystone/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...