oops
[nepi.git] / src / nepi / resources / linux / ccn / ccnd.py
index 44bc276..ffaee50 100644 (file)
@@ -136,10 +136,6 @@ class LinuxCCND(LinuxApplication):
     def path(self):
         return "PATH=$PATH:${BIN}/%s/" % self.version 
 
-    @property
-    def environment(self):
-        return self._environment()
-
     def do_deploy(self):
         if not self.node or self.node.state < ResourceState.READY:
             self.debug("---- RESCHEDULING DEPLOY ---- node state %s " % self.node.state )