still making both branches closer
[nepi.git] / src / nepi / resources / omf / omf6_api.py
index 3401c32..7a4f5b2 100644 (file)
@@ -114,7 +114,7 @@ class OMF6API(Logger):
 
     def check_ready(self, xmpp):
         delay = 1.0
-        for i in xrange(15):
+        for i in range(15):
             if xmpp.ready:
                 break
             else: