From e1a0204fc1d51d3d199212a6268e665001f4c843 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Thu, 17 Aug 2006 20:12:09 +0000 Subject: [PATCH 1/1] Removed unneeded imports. There are probably more, but I'm still uncertain of python's inheritence of imports. --- nm_mom.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nm_mom.py b/nm_mom.py index 4484a33..574b7c3 100755 --- a/nm_mom.py +++ b/nm_mom.py @@ -5,15 +5,13 @@ # Faiyaz Ahmed # 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 -- 2.43.0