summaryrefslogtreecommitdiffstats
path: root/openstack/common/utils.py
diff options
context:
space:
mode:
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"