diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-07-26 11:50:20 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-07-26 11:50:20 -0700 |
| commit | c11a0d419f658fcec716c2d32ee10f17ecbfb2b9 (patch) | |
| tree | c5cc1c05367163889bda2a90a7303b6a012a4318 /openstack/common/timeutils.py | |
| parent | 90da88cce51bccd320e89141ed7384d2e7ccca9d (diff) | |
| download | oslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.tar.gz oslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.tar.xz oslo-c11a0d419f658fcec716c2d32ee10f17ecbfb2b9.zip | |
Remove unused imports
Change-Id: Ia2900e50263950ba40ba86e685640cacaa2137a7
Diffstat (limited to 'openstack/common/timeutils.py')
| -rw-r--r-- | openstack/common/timeutils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/timeutils.py b/openstack/common/timeutils.py index 5eeaf70..4416a3b 100644 --- a/openstack/common/timeutils.py +++ b/openstack/common/timeutils.py @@ -21,7 +21,6 @@ Time related utilities and helper functions. import calendar import datetime -import time import iso8601 |
