python: Stop using xrange().
[cascardo/ovs.git] / python / ovs / ovsuuid.py
index 5cc0e1d..f2d48ea 100644 (file)
@@ -15,6 +15,8 @@
 import re
 import uuid
 
+from six.moves import range
+
 from ovs.db import error
 import ovs.db.parser