Removed unneeded imports. There are probably more, but I'm still uncertain of python...
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 17 Aug 2006 20:12:09 +0000 (20:12 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 17 Aug 2006 20:12:09 +0000 (20:12 +0000)
nm_mom.py

index 4484a33..574b7c3 100755 (executable)
--- a/nm_mom.py
+++ b/nm_mom.py
@@ -5,15 +5,13 @@
 # Faiyaz Ahmed <faiyaza@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: $
+# $Id: nm_mom.py,v 1.1 2006/08/17 20:05:24 faiyaza Exp $
 # 
 
 import syslog
 import os
 import sys
-import getopt
 import time
-import pickle
 
 import socket
 import xmlrpclib