Mercurial > hg > rlgallery-misc
diff web/recent.cgi @ 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 | 44e8aaa20d02 |
line wrap: on
line diff
--- a/web/recent.cgi Thu Jan 02 11:48:15 2014 -0500 +++ b/web/recent.cgi Thu Jan 02 13:09:48 2014 -0500 @@ -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