<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Support/pep8.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,8 @@
 	&lt;key&gt;beforeRunningCommand&lt;/key&gt;
 	&lt;string&gt;nop&lt;/string&gt;
 	&lt;key&gt;command&lt;/key&gt;
-	&lt;string&gt;out=$( echo $TM_SELECTED_FILES | xargs pep8.py --repeat | perl -lpe 's,^(.*/)([^/]*):([0-9]*):([0-9]*): ,&amp;lt;a href=&quot;txmt://open?url=file://$1$2&amp;amp;line=$3&amp;amp;column=$4&quot;&amp;gt;$2:$3:$4&amp;lt;/a&amp;gt;: ,' )
+	&lt;string&gt;PEPCMD=&quot;$TM_BUNDLE_SUPPORT/pep8.py&quot;
+out=$( echo $TM_SELECTED_FILES | xargs &quot;$PEPCMD&quot; --repeat | perl -lpe 's,^(.*/)([^/]*):([0-9]*):([0-9]*): ,&amp;lt;a href=&quot;txmt://open?url=file://$1$2&amp;amp;line=$3&amp;amp;column=$4&quot;&amp;gt;$2:$3:$4&amp;lt;/a&amp;gt;: ,' )
 echo &quot;&amp;lt;em&amp;gt; validating PEP8 style for $TM_SELECTED_FILES: &amp;lt;/em&amp;gt; &amp;lt;br/&amp;gt;&quot;
 if [ -z &quot;$out&quot; ]; then
     echo &quot;no complaints... :)&quot;</diff>
      <filename>Commands/Python: Validate PEP8 style for selected files.tmCommand</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0285c26659cc6d77dc4055170edf885c2e7a8cde</id>
    </parent>
  </parents>
  <author>
    <name>Tom Lazar</name>
    <email>tom@tomster.org</email>
  </author>
  <url>http://github.com/tomster/zope.tmbundle/commit/04fc98cd285949fec760c3199fd31bf4a024adfc</url>
  <id>04fc98cd285949fec760c3199fd31bf4a024adfc</id>
  <committed-date>2009-05-02T07:42:41-07:00</committed-date>
  <authored-date>2009-05-02T07:42:41-07:00</authored-date>
  <message>include the pep8.py and reference it from the validate command. this eliminates the need for installing it on your PATH.</message>
  <tree>a3e0d4d3b40782e80b03e8140d7d8eab99e5d993</tree>
  <committer>
    <name>Tom Lazar</name>
    <email>tom@tomster.org</email>
  </committer>
</commit>
