summaryrefslogtreecommitdiff
path: root/pypi.cgi
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2005-04-29 02:40:37 +0000
committerrichard <devnull@localhost>2005-04-29 02:40:37 +0000
commit700f262d028abe2f6e94c57408bc9d28485dabea (patch)
treef155ce34b1f8758b8937edfe98daddc3973646b7 /pypi.cgi
parentd3c4fe810ef6b75b10f1232ab9e33ce20763e3f6 (diff)
downloaddecorator-700f262d028abe2f6e94c57408bc9d28485dabea.tar.gz
add metadata version 1.2 PEP
s/PyPI/Cheese Shop
Diffstat (limited to 'pypi.cgi')
-rwxr-xr-xpypi.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypi.cgi b/pypi.cgi
index 45022b1..eef9ff0 100755
--- a/pypi.cgi
+++ b/pypi.cgi
@@ -9,7 +9,7 @@ from BaseHTTPServer import BaseHTTPRequestHandler, DEFAULT_ERROR_MESSAGE
if 0:
sys.stdout.write('Status: 503 Server down for maintenance\r\n')
sys.stdout.write('Content-Type: text/plain\r\n\r\n')
- print 'The PyPI server is down for a short time for maintenance.'
+ print 'The Cheese Shop server is down for a short time for maintenance.'
print 'Please try to connect later.'
#