Changeset 390646d0edea5e5f9a7ac57f9d0ee6f91488ea4c

Show
Ignore:
Timestamp:
02/25/08 20:06:58 (9 months ago)
Author:
KRKeegan <-NOSPAM-kevin@krkeegan.com>
git-committer:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1203991618 -0800
git-parent:

[6009411f575aa843b8e92316e376fe90d1479f15]

git-author:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1203991618 -0800
Message:

Delete prior config dict on reset

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config.py

    r4ac7bd1 r390646d  
    1111 
    1212def reset(): 
     13    global config 
     14    del config 
     15    config = ConfigParser.ConfigParser() 
    1316    config.read(config_file) 
    1417