still making both branches closer
[nepi.git] / examples / planetlab / update_fedora_repo.py
index cd2a9cd..71ec4d8 100644 (file)
@@ -67,7 +67,7 @@ pl_user = options.pl_user
 pl_password = options.pl_password
 hosts = options.hosts
 
-hosts = map(str.strip, hosts.split(","))
+hosts = [host.strip() for host in hosts.split(",")]
 apps = []
 
 ## Create the experiment controller