still making both branches closer
[nepi.git] / src / nepi / resources / linux / application.py
index 1574f63..9fd605d 100644 (file)
@@ -399,7 +399,7 @@ class LinuxApplication(ResourceManager):
         if sources:
             self.info("Uploading sources ")
 
-            sources = map(str.strip, sources.split(";"))
+            sources = [str.strip(source) for source in sources.split(";")]
 
             # Separate sources that should be downloaded from 
             # the web, from sources that should be uploaded from