Commit Graph

3 Commits

Author SHA1 Message Date
ColinDuquesnoy
5a706265bc Move dummy pyc to dummy package 2014-02-18 19:18:17 +01:00
ColinDuquesnoy
ea43efc9d8 Fix pyc test for python3
To import pyc modules, we must move them out of the __pycache__
directory and rename them to remove ".cpython-%s%d".

This should still faild with python3 (UnicodeDecodeError)
2014-02-18 19:00:55 +01:00
ColinDuquesnoy
d80caa7108 Add test pyc
Should succeed for python2 and faild for python3
2014-02-18 17:36:01 +01:00