Mercurial > hg > rlgallery-misc
comparison py/recorder.py @ 33:25843238434a
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.
author | John "Elwin" Edwards |
---|---|
date | Thu, 02 Jan 2014 13:09:48 -0500 |
parents | e8f3b7994d88 |
children | 09ef92dc4439 |
comparison
equal
deleted
inserted
replaced
32:05a4afbe6299 | 33:25843238434a |
---|---|
1 #!/usr/bin/python3 | 1 #!/usr/bin/python3 |
2 | 2 |
3 import os | 3 import os |
4 import psycopg2 | 4 import psycopg2 |
5 import rlgalldb as rlgall | 5 import rlgall |
6 | 6 |
7 # Contains a dir for everyone who registered | 7 # Contains a dir for everyone who registered |
8 everydir = "/var/dgl/dgldir/ttyrec/" | 8 everydir = "/var/dgl/dgldir/ttyrec/" |
9 # Contains a page for everyone we know about | 9 # Contains a page for everyone we know about |
10 #knowndir = rlgall.dbdir + "players/" | 10 #knowndir = rlgall.dbdir + "players/" |