diff options
| author | Rajaram Mallya <rajarammallya@gmail.com> | 2011-08-25 10:58:45 +0530 |
|---|---|---|
| committer | Rajaram Mallya <rajarammallya@gmail.com> | 2011-08-25 10:58:45 +0530 |
| commit | 0789e762583f3b306aa50c8c74c48256e731eb6c (patch) | |
| tree | 787f18347922471c028b2b529f88ab14c5654be5 /openstack/common/utils.py | |
| parent | 77b761d6463fcec383c12bf8ee0df1ae1410c464 (diff) | |
| download | oslo-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.py | 9 |
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" |
