X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=python%2Fovs%2Fjson.py;h=07fd9c14dac07faf6ddb5ee71c8c537e58dcd26b;hb=b3ac29477d493d9442f39c734a0a9ebaa223c308;hp=4e877267a0088cb65447250b3c0b120935861e8f;hpb=73eb682edb67f44aead7f2c70e9e8777e87df898;p=cascardo%2Fovs.git diff --git a/python/ovs/json.py b/python/ovs/json.py index 4e877267a..07fd9c14d 100644 --- a/python/ovs/json.py +++ b/python/ovs/json.py @@ -16,6 +16,8 @@ import re import StringIO import sys +from six.moves import range + __pychecker__ = 'no-stringiter' escapes = {ord('"'): u"\\\"",