X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fgonvert_glade.py;h=53267173fe221d79b448d945f6ab74245d358fe0;hp=c15ba8d1f3b148ccc660f36f64d30c10d6851dd7;hb=5957dbcb97f3a2d05fbd2bf59f316911b1b16fe5;hpb=9903347dfe72293334a49c2b942fd69b680833f0 diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py index c15ba8d..5326717 100755 --- a/src/gonvert_glade.py +++ b/src/gonvert_glade.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -*- coding: UTF8 -*- +from __future__ import with_statement + import os import math import pickle @@ -772,7 +774,7 @@ class Gonvert(object): dlg.set_copyright("Copyright 2009 - GPL") dlg.set_comments("") dlg.set_website("http://unihedron.com/projects/gonvert/gonvert.php") - dlg.set_authors(["Anthony Tekatch ", "Ed Page "]) + dlg.set_authors(["Anthony Tekatch ", "Ed Page (Blame him for the most recent bugs)"]) dlg.run() dlg.destroy()