# HG changeset patch # User Teemu Piippo # Date 1415580177 -7200 # Node ID 8f45af91a4f355f844cef8606f97692334223f61 # Parent a2fe9ba3041a5abb10fa1c1fdc38d0d135d58a65 - added missing global statement diff -r a2fe9ba3041a -r 8f45af91a4f3 bt.py --- a/bt.py Mon Nov 10 02:30:31 2014 +0200 +++ b/bt.py Mon Nov 10 02:42:57 2014 +0200 @@ -59,6 +59,7 @@ def init(): global suds_active global suds_client + global btannounce_id try: print 'Initializing MantisBT connection...'