glance/glance/tests/unit/common/scripts/image_import
Victor Stinner ec0bdb9d07 Use six.moves to fix imports on Python 3
* Use six.moves to import BaseHTTPServer, configparser, http_client and
  urllib modules.
* Replace UserDict.UserDict with six.moves.UserDict.

The patch was generated by the six_moves and urllib operations of the
sixer tool:
https://pypi.python.org/pypi/sixer

Manual changes:

* Replace UserDict.UserDict with six.moves.UserDict
* Fix indentation

Change-Id: I3130bc82eea28935a310f5e9235f785ccd366654
2015-05-27 02:57:34 +02:00
..
__init__.py Introduces eventlet executor for Glance Tasks 2014-09-02 11:45:58 -04:00
test_main.py Use six.moves to fix imports on Python 3 2015-05-27 02:57:34 +02:00