Changeset 1477 for pyamf/trunk/pyamf/remoting/gateway/__init__.py
- Timestamp:
- 07/05/08 01:26:54 (5 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/remoting/gateway/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/remoting/gateway/__init__.py
r1474 r1477 14 14 from pyamf import remoting, logging, util 15 15 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. 16 19 SERVER_NAME = 'PyAMF/%s Python/%s' % ( 17 20 '.'.join(map(lambda x: str(x), pyamf.__version__)),
