Changeset 1356
- Timestamp:
- 05/05/08 00:28:01 (7 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/util/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/util/__init__.py
r1341 r1356 402 402 return new 403 403 404 class NetworkIOMixIn(DataTypeMixIn):405 def __init__(self, *args, **kwargs):406 import warnings407 408 warnings.warn('%s is deprecated and will be removed in 0.4' % \409 type(self).__class__.__name__ , DeprecationWarning)410 411 404 def hexdump(data): 412 405 """
