diff options
Diffstat (limited to 'openstack/common/utils.py')
| -rw-r--r-- | openstack/common/utils.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/openstack/common/utils.py b/openstack/common/utils.py index e5e04ba..05f0e9f 100644 --- a/openstack/common/utils.py +++ b/openstack/common/utils.py @@ -20,15 +20,6 @@ System-level utilities and helper functions. """ import logging -import random -import shlex - -from eventlet.green import subprocess -from eventlet import greenthread - -from openstack.common import exception -from openstack.common.gettextutils import _ - LOG = logging.getLogger(__name__) |
