]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove some unused imports
authorMark McLoughlin <markmc@redhat.com>
Mon, 7 Jan 2013 21:23:41 +0000 (21:23 +0000)
committerMark McLoughlin <markmc@redhat.com>
Mon, 7 Jan 2013 21:23:41 +0000 (21:23 +0000)
optparse is unused since 0c0d8f0 and os is unused since f6bc5d0.

Change-Id: I32357293712d30774108041b039410b68a5eb7e0

quantum/server/__init__.py

index d92f2b90f009ffbb623c7ee8371ea37dd0a2dd88..b1f47a677cef77808bd13e9ef59c02d2e78bbae3 100755 (executable)
@@ -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