Add python-eventlet package to MOS 9.0 repository
[packages/trusty/python-eventlet.git] / python-eventlet / tests / isolated / patcher_threading_condition.py
index 5bce0f2a892ae2bd190b496fb4716af8a60fb249..63903312efbc83ac7bccb9d3025716961466ad57 100644 (file)
@@ -1,11 +1,8 @@
 # Issue #185: test threading.Condition with monkey-patching
-import eventlet
-
-# no standard tests in this file, ignore
 __test__ = False
 
-
 if __name__ == '__main__':
+    import eventlet
     eventlet.monkey_patch()
 
     import threading