summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2012-03-06 12:53:07 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2012-03-07 12:51:39 +0400
commit01a938f7fe4dea274713e49f124fcc45702f80a0 (patch)
treec761687b21ab3b10b29f2aa175480d1dba3a7682 /nova/compute
parentd8324bb3d089acd444bd1639a3efc07e89556f69 (diff)
HACKING fixes, all but sqlalchemy.
Looks like this fixes all HACKING problems that were around. Thanks to Dina Belova and Alexander Kovalev for this work. Change-Id: I8157f0d4890184c1216aab63ef7180ee8b7a184d
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/compute/__init__.py b/nova/compute/__init__.py
index 55d1e2439..3dab6bf12 100644
--- a/nova/compute/__init__.py
+++ b/nova/compute/__init__.py
@@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from nova.compute.api import AggregateAPI
-from nova.compute.api import HostAPI
# Importing full names to not pollute the namespace and cause possible
# collisions with use of 'from nova.compute import <foo>' elsewhere.
import nova.flags