Code not optimized for python3... Example: print value should be print(value), dict.iteritems() should be replaced by dict.items(). And in the end, i got no rules with my value.csv file, and just got some index out of range error in with your default value file.
Code not optimized for python3... Example:
print value
should beprint(value)
,dict.iteritems()
should be replaced bydict.items()
. And in the end, i got no rules with my value.csv file, and just got some index out of range error in with your default value file.