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:
John "Elwin" Edwards 2014-01-02 13:09:48 -05:00
parent b9081d194b
commit f272772dcb
9 changed files with 14 additions and 12 deletions

View file

@ -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'