blind review on list-operations added by 2to3:
[nepi.git] / src / nepi / resources / linux / application.py
index 2dcde66..a496159 100644 (file)
@@ -398,7 +398,7 @@ class LinuxApplication(ResourceManager):
         if sources:
             self.info("Uploading sources ")
 
-            sources = list(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