[llvm-commits] CVS: llvm-www/releases/checkreg.cgi
John Criswell
criswell at cs.uiuc.edu
Tue Dec 16 15:54:02 PST 2003
Changes in directory llvm-www/releases:
checkreg.cgi updated: 1.3 -> 1.4
---
Log message:
Move the output into the actual stuff that the browser prints.
This should make it a little easier to debug.
---
Diffs of the changes: (+3 -2)
Index: llvm-www/releases/checkreg.cgi
diff -u llvm-www/releases/checkreg.cgi:1.3 llvm-www/releases/checkreg.cgi:1.4
--- llvm-www/releases/checkreg.cgi:1.3 Tue Dec 16 15:49:13 2003
+++ llvm-www/releases/checkreg.cgi Tue Dec 16 15:52:53 2003
@@ -1,12 +1,13 @@
#!/usr/dcs/software/supported/bin/python
import cgi
-import urllib
-import smtplib
import os
import sys
import Cookie
+print ('Content-type: text/plain')
+print ('')
+print ('')
#
# Create a cookie so that the user does not need to register again.
#
More information about the llvm-commits
mailing list