|
@@ -75,7 +75,7 @@ class PyDatagramIterator(DatagramIterator):
|
|
|
b = self.getUint8()
|
|
b = self.getUint8()
|
|
|
retVal.append((a, b))
|
|
retVal.append((a, b))
|
|
|
else:
|
|
else:
|
|
|
- raise Exception("Error: No such type as: " + str(subAtomicType))
|
|
|
|
|
|
|
+ raise Exception("Error: No such type as: " + str(subatomicType))
|
|
|
else:
|
|
else:
|
|
|
# See if it is in the handy dict
|
|
# See if it is in the handy dict
|
|
|
getFunc = self.FuncDict.get(subatomicType)
|
|
getFunc = self.FuncDict.get(subatomicType)
|
|
@@ -121,8 +121,4 @@ class PyDatagramIterator(DatagramIterator):
|
|
|
else:
|
|
else:
|
|
|
raise Exception("Error: No such type as: " + str(subatomicType))
|
|
raise Exception("Error: No such type as: " + str(subatomicType))
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
return retVal
|
|
return retVal
|
|
|
-
|
|
|
|
|
-
|
|
|