remove call to non-existent close() function
[mom.git] / pl_mom.py
index 532dfd5..d332717 100644 (file)
--- a/pl_mom.py
+++ b/pl_mom.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
+# $Id: pl_mom.py,v 1.1 2006/04/28 19:27:43 mlhuang Exp $
 #
 
 import os
@@ -179,14 +179,6 @@ class NM:
             print "Warning: Exception received while opening connection to Node Manager:", err
             self.nm = None
 
-    def close(self):
-        """
-        Close connection to the local Node Manager
-        """
-
-        if self.nm is not None:
-            self.nm.close()
-
     def query(self, slice, attributes):
         """
         Get values of various slice attributes from the local Node Manager