Show
Ignore:
Timestamp:
07/05/08 01:26:54 (5 months ago)
Author:
thijs
Message:

Doc update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/remoting/gateway/__init__.py

    r1474 r1477  
    1414from pyamf import remoting, logging, util 
    1515 
     16#: Value for the Server response-header that contains  
     17#: information about the PyAMF and Python version used 
     18#: by the origin server to handle the request.  
    1619SERVER_NAME = 'PyAMF/%s Python/%s' % ( 
    1720    '.'.join(map(lambda x: str(x), pyamf.__version__)),