From: Moritz Venn Date: Sat, 3 Oct 2009 20:44:19 +0000 (+0000) Subject: run full unit test again X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=19a1cd4f17d9cc18c7f773ce1e3bb4ea2fd25665;p=vuplus_dvbapp-plugin run full unit test again --- 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." -"""