| version 1.1 | version 1.2 | |||
|---|---|---|---|---|
|
| |||
| # | # | |||
| #Updated to use new path functions in CFPython -Todd Mitchell | #Updated to use new path functions in CFPython -Todd Mitchell | |||
| import os.path | ||||
| import shelve | import shelve | |||
| import CFgetPaths | import CFPython | |||
| class CFBoard: | class CFBoard: | |||
| boarddb_file = '%scrossfireboard' % (CFgetPaths.getPaths('localdir')) | boarddb_file = os.path.join(CFPython.GetLocalDirectory(),'crossfireboard') | |||
| boarddb = {} | boarddb = {} | |||
| total = 0 | total = 0 | |||
Legend:
| ||||||