Changeset 9807 in genesis


Ignore:
Timestamp:
Dec 20, 2011, 7:33:44 PM (13 years ago)
Author:
rick
Message:

Allow quick restarts....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r9728 r9807  
    730730          return True
    731731      handler = MyCGIHTTPRequestHandler
    732       SocketServer.allow_reuse_address = True
     732      SocketServer.TCPServer.allow_reuse_address = True
    733733      httpd = SocketServer.TCPServer(("", PORT), handler)
    734734      httpd.server_name = 'localhost'
Note: See TracChangeset for help on using the changeset viewer.