From 0789e762583f3b306aa50c8c74c48256e731eb6c Mon Sep 17 00:00:00 2001 From: Rajaram Mallya Date: Thu, 25 Aug 2011 10:58:45 +0530 Subject: Rajaram/Vinkesh | Removed references to Glance in code --- openstack/common/utils.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'openstack/common/utils.py') diff --git a/openstack/common/utils.py b/openstack/common/utils.py index 45c622e..0d2f89e 100644 --- a/openstack/common/utils.py +++ b/openstack/common/utils.py @@ -20,16 +20,9 @@ System-level utilities and helper functions. """ import datetime -import inspect -import logging -import os -import random -import subprocess -import socket import sys -from glance.common import exception -from glance.common.exception import ProcessExecutionError +from openstack.common import exception TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ" -- cgit