summaryrefslogtreecommitdiffstats
path: root/openstack/common/utils.py
diff options
context:
space:
mode:
authorRajaram Mallya <rajarammallya@gmail.com>2011-08-25 10:58:45 +0530
committerRajaram Mallya <rajarammallya@gmail.com>2011-08-25 10:58:45 +0530
commit0789e762583f3b306aa50c8c74c48256e731eb6c (patch)
tree787f18347922471c028b2b529f88ab14c5654be5 /openstack/common/utils.py
parent77b761d6463fcec383c12bf8ee0df1ae1410c464 (diff)
downloadoslo-0789e762583f3b306aa50c8c74c48256e731eb6c.tar.gz
oslo-0789e762583f3b306aa50c8c74c48256e731eb6c.tar.xz
oslo-0789e762583f3b306aa50c8c74c48256e731eb6c.zip
Rajaram/Vinkesh | Removed references to Glance in code
Diffstat (limited to 'openstack/common/utils.py')
-rw-r--r--openstack/common/utils.py9
1 files changed, 1 insertions, 8 deletions
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"