Changeset 73 for pycgibattler
- Timestamp:
- 12/23/10 01:26:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycgibattler/trunk/index.cgi
r72 r73 124 124 chara_names = [x.strip() for x in open(os.path.expanduser( 125 125 CONFIG.get('character', 'name_list_file'))).xreadlines()] 126 skill_data = json.load(open(CONFIG.get('character', 'skill_list_file'))) 126 skill_data = json.load(open(os.path.expanduser( 127 CONFIG.get('character', 'skill_list_file')))) 127 128 128 129 lc = ListChooser(code)
Note: See TracChangeset
for help on using the changeset viewer.