python: Stop using xrange().
[cascardo/ovs.git] / python / ovstest / util.py
index a522195..830feba 100644 (file)
@@ -26,6 +26,7 @@ import signal
 import subprocess
 import re
 
+from six.moves import range
 import six.moves.xmlrpc_client