p62 - major patch from ray with new stats in HUD

added db todo file with the things that are left for the db
This commit is contained in:
steffen123
2008-08-20 20:29:08 +01:00
parent 0b4e7c66cb
commit 66d938accc
9 changed files with 479 additions and 78 deletions
-1
View File
@@ -40,7 +40,6 @@ import MySQLdb
class Database:
def __init__(self, c, db_name, game):
print "db_name = " + db_name
if c.supported_databases[db_name].db_server == 'postgresql':
self.connection = pgdb.connect(dsn = c.supported_databases[db_name].db_ip,
user = c.supported_databases[db_name].db_user,