diff options
| author | Jason Kölker <jason@koelker.net> | 2011-12-01 10:54:08 -0600 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-12-01 10:54:08 -0600 |
| commit | 19440531e96179137534ec52aabfd8b337f09276 (patch) | |
| tree | 6c5c3dc821110827976d675182dd3f5a7b3dc909 /openstack | |
| parent | e30bc01dd7601865c30800c23cba4d3b2654c7fb (diff) | |
| download | oslo-19440531e96179137534ec52aabfd8b337f09276.tar.gz oslo-19440531e96179137534ec52aabfd8b337f09276.tar.xz oslo-19440531e96179137534ec52aabfd8b337f09276.zip | |
remove unused imports
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/config.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstack/common/config.py b/openstack/common/config.py index e954609..3b7968a 100644 --- a/openstack/common/config.py +++ b/openstack/common/config.py @@ -19,13 +19,11 @@ Routines for configuring Openstack Projects """ -import ConfigParser import logging import logging.config import logging.handlers import optparse import os -import re import sys from paste import deploy |
