Add python-eventlet package to MOS 8.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / tests / mock.py
similarity index 99%
rename from eventlet/tests/mock.py
rename to python-eventlet/tests/mock.py
index 7bb567ac3149ed4640a8e64c1545d5443f063e62..34300217f0eab2540e6fe65fb6c7f30629a61bbe 100644 (file)
@@ -1172,7 +1172,7 @@ class _patch(object):
 
         @wraps(func)
         def patched(*args, **keywargs):
-            # don't use a with here (backwards compatability with Python 2.4)
+            # don't use a with here (backwards compatibility with Python 2.4)
             extra_args = []
             entered_patchers = []