Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/amazonbot/config.py

    r28 r8  
    22 
    33__version__ = '$Revision$' 
    4 __author__ = 'Atzm WATANABE <atzm@atzm.org>' 
     4__author__ = 'Atzm WATANABE <sitosito@p.chan.ne.jp>' 
    55 
    66import os, ConfigParser 
    77 
    88_userconfig = 'amazonbot.ini' 
    9 _parser = ConfigParser.RawConfigParser() 
     9_parser = ConfigParser.SafeConfigParser() 
    1010 
    1111def set(sect, key, val): 
     
    3030                        return '' 
    3131 
    32 def has_section(sect): 
    33     return _parser.has_section(sect) 
    34  
    3532def write(filename=''): 
    3633        if not filename: 
Note: See TracChangeset for help on using the changeset viewer.