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 | 00d9697873e36019681392c9077c615c8c19f099 (patch) | |
| tree | 0743529b131e68ebc541d9f051ae25dbe88aa843 /common/utils.py | |
| parent | f4c52cb3c816d7b182f927f717c7c27afc1763ae (diff) | |
Rajaram/Vinkesh | Removed references to Glance in code
Diffstat (limited to 'common/utils.py')
| -rw-r--r-- | common/utils.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/common/utils.py b/common/utils.py index 45c622e..0d2f89e 100644 --- a/common/utils.py +++ b/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" |
