|
|
@@ -26,7 +26,7 @@
|
|
|
retVal = self.getString()
|
|
|
elif subatomicType == DCSubatomicType.STBlob:
|
|
|
retVal = self.getString()
|
|
|
- elif subatomicType == DCSubatomicType.STBlob32:
|
|
|
+ elif hasattr(DCSubatomicType, "STBlob32") and subatomicType == DCSubatomicType.STBlob32:
|
|
|
retVal = self.getString32()
|
|
|
elif subatomicType == DCSubatomicType.STInt8array:
|
|
|
len = self.getUint16()
|