Adding PlanetLab resources
[nepi.git] / src / nepi / resources / linux / application.py
index 5e0c72b..f9edfc2 100644 (file)
@@ -195,7 +195,7 @@ class LinuxApplication(ResourceManager):
 
         return out
             
-    def provision(self, filters = None):
+    def provision(self):
         # create home dir for application
         self.node.mkdir(self.app_home)