The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
220 B

17 years ago
  1. #!/usr/local/bin/python
  2. import sys,string
  3. sys.path.append('../internal')
  4. import otros
  5. curep = string.atoi(sys.argv[1])
  6. output = otros.pageheader(curep, 'synopsis')
  7. output = output + """<pre>
  8. </pre>"""
  9. print output