Changeset 1649
- Timestamp:
- 09/02/08 23:23:03 (3 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/remoting/client/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/remoting/client/__init__.py
r1648 r1649 156 156 Returns the result of the called remote request. If the request has not 157 157 yet been called, an exception is raised. 158 159 @raise AttributeError: L{RequestWrapper} object has no attribute 'result'.160 158 """ 161 159 if not hasattr(self, '_result'):
