python-pep8-tmbundle icon indicating copy to clipboard operation
python-pep8-tmbundle copied to clipboard

pep8 fails under TM2

Open fonnesbeck opened this issue 12 years ago • 1 comments

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

fonnesbeck avatar May 14 '12 19:05 fonnesbeck

The pull request attached to Issue 7 should fix this.

njvack avatar Nov 16 '12 15:11 njvack