removing unused library

This commit is contained in:
Jesse Andrews 2011-05-23 09:51:34 -07:00
parent 7211ce8ecb
commit d8fa90c4cd
1 changed files with 0 additions and 1 deletions

View File

@ -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...