Crossfire Server, Trunk
CFSqlDb.py
Go to the documentation of this file.
1
import
os.path
2
import
sqlite3
3
4
import
Crossfire
5
6
def
open
():
7
path = os.path.join(Crossfire.LocalDirectory(),
'crossfire.db'
)
8
return
sqlite3.connect(path)
CFSqlDb.open
def open()
Definition:
CFSqlDb.py:6
crossfire-crossfire-maps
python
CFSqlDb.py
Generated by
1.8.17