Changeset 1693
- Timestamp:
- 06/25/07 12:42:23
- Files:
-
- trunk/cherrypy/wsgiserver/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/wsgiserver/__init__.py
r1680 r1693 809 809 self.timeout = timeout 810 810 self.shutdown_timeout = shutdown_timeout 811 812 def __str__(self): 813 return "%s.%s(%r)" % (self.__module__, self.__class__.__name__, 814 self.bind_addr) 811 815 812 816 def _get_bind_addr(self):

