diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-23 09:51:34 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-23 09:51:34 -0700 |
| commit | d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2 (patch) | |
| tree | edf3a07d01539736d2b175337413be74366d3db2 | |
| parent | 7211ce8ecb303c3da561f530df7aaad2ea1d68b4 (diff) | |
| download | keystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.tar.gz keystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.tar.xz keystone-d8fa90c4cde5eaf631bcdbc37f9cc1dbdb0879f2.zip | |
removing unused library
| -rwxr-xr-x | bin/keystone-manage | 1 |
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... |
