summaryrefslogtreecommitdiffstats
path: root/openstack/common/exception.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-07-26 11:50:20 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-07-26 11:50:20 -0700
commitc11a0d419f658fcec716c2d32ee10f17ecbfb2b9 (patch)
treec5cc1c05367163889bda2a90a7303b6a012a4318 /openstack/common/exception.py
parent90da88cce51bccd320e89141ed7384d2e7ccca9d (diff)
downloadoslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.tar.gz
oslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.tar.xz
oslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.zip
Remove unused imports
Change-Id: Ia2900e50263950ba40ba86e685640cacaa2137a7
Diffstat (limited to 'openstack/common/exception.py')
-rw-r--r--openstack/common/exception.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/exception.py b/openstack/common/exception.py
index e5da94b..ba32da5 100644
--- a/openstack/common/exception.py
+++ b/openstack/common/exception.py
@@ -19,7 +19,6 @@
Exceptions common to OpenStack projects
"""
-import itertools
import logging