~mvo/software-center/support-size-from-agent

« back to all changes in this revision

Viewing changes to utils/submit_review_gtk3.py

  • Committer: Gary Lasker
  • Date: 2012-10-05 04:39:06 UTC
  • mfrom: (3212.2.1 fix-crash-1048886)
  • Revision ID: gary.lasker@canonical.com-20121005043906-8tplahio2uag38en
* lp:~mvo/software-center/fix-crash-1048886:
  - No longer call GLib.init_threads() as this will cause
    LP: #1048886 later. Many thanks to Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#import httplib2
46
46
#httplib2.debuglevel = 1
47
47
 
48
 
# the glib docs tell us that this is no longer needed, but if its omited
49
 
# the system will hang on submit *sigh*
50
 
from gi.repository import GLib
51
 
GLib.threads_init()
52
48
 
53
49
if __name__ == "__main__":
54
50
    try: