Change the Python module's name back to rlgall.
It is no longer an experimental variant. Using a database as a backend is a settled feature.
This commit is contained in:
parent
b9081d194b
commit
f272772dcb
9 changed files with 14 additions and 12 deletions
|
|
@ -7,7 +7,7 @@ import time
|
|||
import calendar
|
||||
from datetime import datetime
|
||||
import pytz
|
||||
import rlgalldb as rlgall
|
||||
import rlgall
|
||||
#import cgitb
|
||||
|
||||
#cgitb.enable()
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
import sys
|
||||
import time
|
||||
import rlgalldb as rlgall
|
||||
import rlgall
|
||||
|
||||
# It is assumed that sys.stdout uses UTF-8 encoding. If this is not the case,
|
||||
# configure the Web server to set the LC_CTYPE environment variable to a UTF-8
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
import rlgalldb as rlgall
|
||||
import rlgall
|
||||
|
||||
playerdir = "/var/www/lighttpd/scoring/players/"
|
||||
linkstr = '<li><a href="./{0}.html">{0}</a></li>\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue