summaryrefslogtreecommitdiffstats
path: root/openstack/common/utils.py
diff options
context:
space:
mode:
authorjaypipes <jaypipes@gmail.com>2011-08-30 20:08:40 -0700
committerjaypipes <jaypipes@gmail.com>2011-08-30 20:08:40 -0700
commitdbab61cd6bb070b5fc40a5fdc49b2caf3b20675a (patch)
treec392257a23939c9fd823cb85d65c1dae920502b0 /openstack/common/utils.py
parentf314bc0457781846c116b9cc0ad24ea49891d2d9 (diff)
parent0ec0a05aafbeec0b02da7e08ee8de69b459495df (diff)
downloadoslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.tar.gz
oslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.tar.xz
oslo-dbab61cd6bb070b5fc40a5fdc49b2caf3b20675a.zip
Merge pull request #2 from rajarammallya/master
Made openstack.common a module and removed code references to glance
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"