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/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack/common/utils.py') diff --git a/openstack/common/utils.py b/openstack/common/utils.py index 1bc177a..74c571d 100644 --- a/openstack/common/utils.py +++ b/openstack/common/utils.py @@ -20,7 +20,6 @@ System-level utilities and helper functions. """ import logging -import os import random import shlex -- cgit