Changeset 3224

Show
Ignore:
Timestamp:
07/26/08 11:03:36 (5 years ago)
Author:
getxsick
Message:

Bug fixed in calling super in HPadding. Thx nopper!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UMPA/umpa/protocols/IP.py

    r3222 r3224  
    144144 
    145145    def __init__(self, *args, **kwds): 
    146         super(HIHL, self).__init__(*args, **kwds) 
     146        super(HPadding, self).__init__(*args, **kwds) 
    147147        self._temp_value = 0 
    148148