Changeset 541

Show
Ignore:
Timestamp:
04/27/09 22:52:37 (3 years ago)
Author:
confluence
Message:

added some comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • confluence/genderiser/genderiser-python/genderiser.py

    r540 r541  
    109109sos = {} 
    110110 
     111# GET CONFIG 
     112# TODO: how to escape commas?  CSV-esque format? 
     113 
    111114conf = ConfigParser.ConfigParser() 
    112115conf.read([global_conf, local_conf]) 
     
    138141    print "" 
    139142 
     143# GENERATE KEYWORDS 
     144 
    140145keywords = {} 
    141146 
     
    164169    print "" 
    165170 
     171# SEARCH AND REPLACE IN FILES 
     172 
    166173for filename in args: 
    167174    new_filename = "g_%s" % filename