From 228b8e88bc7a7ce740e5c7326697e7c2256e099f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 2 Apr 1997 06:13:34 +0000 Subject: Whole lotta changes. --- Lib/dos-8x3/cgihttps.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Lib/dos-8x3/cgihttps.py') diff --git a/Lib/dos-8x3/cgihttps.py b/Lib/dos-8x3/cgihttps.py index 837f7c2ea6..85e1721721 100755 --- a/Lib/dos-8x3/cgihttps.py +++ b/Lib/dos-8x3/cgihttps.py @@ -191,11 +191,6 @@ def executable(path): def test(HandlerClass = CGIHTTPRequestHandler, ServerClass = BaseHTTPServer.HTTPServer): - import sys - if sys.argv[1:2] == ['-r']: - db = MyArchive() - db.regenindices() - return SimpleHTTPServer.test(HandlerClass, ServerClass) -- cgit v1.2.1