run full unit test again
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sat, 3 Oct 2009 20:44:19 +0000 (20:44 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sat, 3 Oct 2009 20:44:19 +0000 (20:44 +0000)
growlee/src/netgrowl.py

index 6e2d2e1..c5934c5 100644 (file)
@@ -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."
-"""