diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-03-20 15:15:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-03-20 15:15:33 +0000 |
| commit | 341ce35316808acab1fc94462fdaa97c51b28bd4 (patch) | |
| tree | 7ed68e39a170130981610e15409a613c4ec04d4a /tests/unit/test_xmlutils.py | |
| parent | 1220b210c42b8feb2d0012d6ceadfea884405edb (diff) | |
| parent | 5a3f9b806cfb7cbd4c9b93e86fba8551257cacd8 (diff) | |
| download | oslo-341ce35316808acab1fc94462fdaa97c51b28bd4.tar.gz oslo-341ce35316808acab1fc94462fdaa97c51b28bd4.tar.xz oslo-341ce35316808acab1fc94462fdaa97c51b28bd4.zip | |
Merge "Removes unused imports in the tests module"
Diffstat (limited to 'tests/unit/test_xmlutils.py')
| -rw-r--r-- | tests/unit/test_xmlutils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/test_xmlutils.py b/tests/unit/test_xmlutils.py index c38e223..86fa69f 100644 --- a/tests/unit/test_xmlutils.py +++ b/tests/unit/test_xmlutils.py @@ -14,8 +14,6 @@ # License for the specific language governing permissions and limitations # under the License. -import datetime -import StringIO from xml.dom import minidom from openstack.common import xmlutils |
