Ticket #7527: basehttp.diff
File basehttp.diff, 495 bytes (added by , 16 years ago) |
---|
-
django/core/servers/basehttp.py
17 17 from django.utils.http import http_date 18 18 19 19 __version__ = "0.1" 20 __all__ = ['WSGIServer','WSGIRequestHandler' ,'demo_app']20 __all__ = ['WSGIServer','WSGIRequestHandler'] 21 21 22 22 server_version = "WSGIServer/" + __version__ 23 23 sys_version = "Python/" + sys.version.split()[0]