- Timestamp:
- 07/03/08 09:25:57 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pyamf/branches/remoting-request-context-309/pyamf/amf0.py
r1428 r1472 128 128 self.amf3_context.clear() 129 129 130 def _getObject(self, ref):131 return self.objects[ref + 1]132 133 130 def __copy__(self): 134 131 copy = self.__class__()
