Changeset 796

Show
Ignore:
Timestamp:
08/19/07 16:04:48 (1 year ago)
Author:
robin
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyrun/trunk/pkg-info.rst

    r795 r796  
    11:License: MIT 
    22:Name: pyrun 
    3 :Version: 0.1.1b 
     3:Version: 0.1.1c.dev 
    44:Author: Robin Bryce 
    55:Author-email: robinbryce@gmail.com 
  • pyrun/trunk/pyrun.html

    r793 r796  
    300300</tr> 
    301301<tr><th class="docinfo-name">Version:</th> 
    302 <td>0.1.1b1</td></tr> 
     302<td>0.1.1b</td></tr> 
    303303<tr><th class="docinfo-name">Author:</th> 
    304304<td>Robin Bryce</td></tr> 
  • pyrun/trunk/pyrun.py

    r793 r796  
    280280        for e in exclude: 
    281281            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 
    284284                    )) 
    285285                return False