From c11a0d419f658fcec716c2d32ee10f17ecbfb2b9 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 26 Jul 2012 11:50:20 -0700 Subject: Remove unused imports Change-Id: Ia2900e50263950ba40ba86e685640cacaa2137a7 --- openstack/common/exception.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack/common/exception.py') 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 -- cgit