From: Faiyaz Ahmed Date: Thu, 17 Aug 2006 20:12:09 +0000 (+0000) Subject: Removed unneeded imports. There are probably more, but I'm still uncertain of python... X-Git-Tag: planetlab-4_0-rc1~28 X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=e1a0204fc1d51d3d199212a6268e665001f4c843 Removed unneeded imports. There are probably more, but I'm still uncertain of python's inheritence of imports. --- 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