test_ok2/_pytest/assertion
Virgil Dupras ded88700a3 Fix TypeError crash on failed imports under py3.3.
Starting with Python 3.3, NamespacePath passed to importlib hooks
seem to have lost the ability to be accessed by index.

We wrap the index access in a try..except and wrap the path in a
list if it happens.

Fixes #383.
2013-11-08 16:59:13 -05:00
..
__init__.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00
newinterpret.py prolong workaround for jython AST bug http://bugs.jython.org/issue1497 2012-11-07 10:05:39 +01:00
oldinterpret.py fix some pep8 issues, more to go ... is there a tool that helps with pep8-ifying? 2012-06-21 11:20:29 +02:00
reinterpret.py fix some pep8 issues, more to go ... is there a tool that helps with pep8-ifying? 2012-06-21 11:20:29 +02:00
rewrite.py Fix TypeError crash on failed imports under py3.3. 2013-11-08 16:59:13 -05:00
util.py fix collection imports for python2.5 2013-08-01 15:38:03 +02:00