Changeset 1356

Show
Ignore:
Timestamp:
05/05/08 00:28:01 (7 months ago)
Author:
nick
Message:

Removing util.NetworkIOMixIn. Fixes #232.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/util/__init__.py

    r1341 r1356  
    402402        return new 
    403403 
    404 class NetworkIOMixIn(DataTypeMixIn): 
    405     def __init__(self, *args, **kwargs): 
    406         import warnings 
    407  
    408         warnings.warn('%s is deprecated and will be removed in 0.4' % \ 
    409             type(self).__class__.__name__ , DeprecationWarning) 
    410  
    411404def hexdump(data): 
    412405    """