| version 1.2 | version 1.3 | |||
|---|---|---|---|---|
|
| |||
| import os.path | import os.path | |||
| import shelve | import shelve | |||
| import CFPython | import Crossfire | |||
| class CFBoard: | class CFBoard: | |||
| boarddb_file = os.path.join(CFPython.GetLocalDirectory(),'crossfireboard') | boarddb_file = os.path.join(Crossfire.LocalDirectory(),'crossfireboard') | |||
| boarddb = {} | boarddb = {} | |||
| total = 0 | total = 0 | |||
Legend:
| ||||||