From 19a1cd4f17d9cc18c7f773ce1e3bb4ea2fd25665 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Sat, 3 Oct 2009 20:44:19 +0000 Subject: [PATCH] run full unit test again --- growlee/src/netgrowl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/growlee/src/netgrowl.py b/growlee/src/netgrowl.py index 6e2d2e1..c5934c5 100644 --- a/growlee/src/netgrowl.py +++ b/growlee/src/netgrowl.py @@ -125,8 +125,6 @@ if __name__ == '__main__': print "Sending standard notification packet" s.sendto(p.payload(), addr) - s.close() -""" print "Assembling priority -2 (Very Low) notification packet" p = GrowlNotificationPacket(priority=-2) print "Sending priority -2 notification packet" @@ -138,4 +136,3 @@ if __name__ == '__main__': s.sendto(p.payload(), addr) s.close() print "Done." -""" -- 2.7.4