still rubbing off differences
[nepi.git] / examples / linux / testing / scalability.py
index 7c43941..1c9033b 100644 (file)
@@ -4,9 +4,8 @@
 #    Copyright (C) 2013 INRIA
 #
 #    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
+#    it under the terms of the GNU General Public License version 2 as
+#    published by the Free Software Foundation;
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -149,7 +148,7 @@ if __name__ == '__main__':
 
     for host in hostnames:
         node = add_node(ec, host, pl_slice)
-        for i in xrange(20):
+        for i in range(20):
             app = add_app(ec)
             ec.register_connection(app, node)
             apps.append(app)