Changeset 796
- Timestamp:
- 08/19/07 16:04:48 (1 year ago)
- Files:
-
- pyrun/trunk/pkg-info.rst (modified) (1 diff)
- pyrun/trunk/pyrun.html (modified) (1 diff)
- pyrun/trunk/pyrun.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pyrun/trunk/pkg-info.rst
r795 r796 1 1 :License: MIT 2 2 :Name: pyrun 3 :Version: 0.1.1 b3 :Version: 0.1.1c.dev 4 4 :Author: Robin Bryce 5 5 :Author-email: robinbryce@gmail.com pyrun/trunk/pyrun.html
r793 r796 300 300 </tr> 301 301 <tr><th class="docinfo-name">Version:</th> 302 <td>0.1.1b 1</td></tr>302 <td>0.1.1b</td></tr> 303 303 <tr><th class="docinfo-name">Author:</th> 304 304 <td>Robin Bryce</td></tr> pyrun/trunk/pyrun.py
r793 r796 280 280 for e in exclude: 281 281 if path.startswith(e): 282 log.info('Excluding: "%s" as it startswith "%s" %s' % (283 path, e , type(exclude)282 log.info('Excluding: "%s" as it startswith "%s"' % ( 283 path, e 284 284 )) 285 285 return False