Skip to content
Snippets Groups Projects
Commit d51e47ac authored by mtu's avatar mtu
Browse files

Remove unneeded attribution in ASN1F_optional (which caused Python 2.6 to crash)

parent ee1bcc5e
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ class ASN1F_optional(ASN1F_field):
self.name = field.name
self.islist = field.islist
self.holds_packets = field.holds_packets
self.i2repr = field.i2repr
#self.i2repr = field.i2repr
def __getattr__(self, attr):
return getattr(self._field, attr)
def m2i(self, pkt, s):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment