Éric Araujo <mer...@netwok.org> added the comment:

Thank you for the report.  Can you apply this change and paste the new, more 
useful output?

-    self.assertTrue("__init__.pyc" in files)
+    self.assertIn("__init__.pyc", files)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to