Update libs

This commit is contained in:
Ruud
2013-11-22 16:09:15 +01:00
parent f53364eb6c
commit 88d6148500
119 changed files with 18448 additions and 8923 deletions
+5 -1
View File
@@ -2,4 +2,8 @@
from pyasn1.type import univ
from pyasn1.codec.cer import decoder
decode = decoder.Decoder(decoder.tagMap, decoder.typeMap)
tagMap = decoder.tagMap
typeMap = decoder.typeMap
Decoder = decoder.Decoder
decode = Decoder(tagMap, typeMap)