ppierre / python-pep8-tmbundle

TextMate bundle : Check Python source code formatting, according to PEP-8
57 stars 8 forks source link

pep8 fails under TM2 #6

Open fonnesbeck opened 12 years ago

fonnesbeck commented 12 years ago

The pep8 tmbundle fails as follows on TM2:

Traceback (most recent call last):
  File "PEP8", line 11, in <module>
    import textmate_pep8
  File "/Users/fonnescj/Library/Application Support/Avian/Pristine Copy/Bundles/Python PEP8.tmbundle/Support/textmate_pep8.py", line 71, in <module>
    from Vendor import pep8
ImportError: No module named Vendor
njvack commented 11 years ago

The pull request attached to Issue 7 should fix this.