Mercurial > hg > rlgallery-misc
comparison web/archive.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 | 86b616d88020 |
comparison
equal
deleted
inserted
replaced
| 32:05a4afbe6299 | 33:25843238434a |
|---|---|
| 5 import sys | 5 import sys |
| 6 import time | 6 import time |
| 7 import calendar | 7 import calendar |
| 8 from datetime import datetime | 8 from datetime import datetime |
| 9 import pytz | 9 import pytz |
| 10 import rlgalldb as rlgall | 10 import rlgall |
| 11 #import cgitb | 11 #import cgitb |
| 12 | 12 |
| 13 #cgitb.enable() | 13 #cgitb.enable() |
| 14 | 14 |
| 15 infop = """<p>Looking for ttyrec files? Don't like digging through Web directory listings, converting time zones in your head, or guessing how many files | 15 infop = """<p>Looking for ttyrec files? Don't like digging through Web directory listings, converting time zones in your head, or guessing how many files |
