Remove some unused imports

optparse is unused since 0c0d8f0 and os is unused since f6bc5d0.

Change-Id: I32357293712d30774108041b039410b68a5eb7e0
This commit is contained in:
Mark McLoughlin 2013-01-07 21:23:41 +00:00
parent 56b5d21ca6
commit c0b3a318d4

View File

@ -19,8 +19,6 @@
# If ../quantum/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
import optparse
import os
import sys
from quantum.common import config