Changeset 253

Show
Ignore:
Timestamp:
Fri Jul 21 08:40:06 2006
Author:
drew
Message:

- bugfix in commit (support for comments w/ leading whitespace)

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/setup.py

    r175 r253  
    16 16     author_email='drew.smathers@gmail.com',  
    17 17     name='xix_utils',  
    18       version='0.1.1',  
      18     version='0.2.0',  
    18 18     description='',  
    19 19     url='http://www.cc.gatech.edu/ugrads/d/dpaces/',  
  • trunk/xix/utils/config.py

    r212 r253  
    203 203         prev = ''  
    204 204         while line:  
    205               line = line[:-1]  
      205             #line = line[:-1]  
      206             line = line.strip()  
    206 207             try:  
    207 208                 if line[0] == "#":