Email fix, version bump
[gonvert] / src / gonvert_glade.py
index c15ba8d..5326717 100755 (executable)
@@ -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 <anthony@unihedron.com>", "Ed Page <edpage@byu.net>"])
+               dlg.set_authors(["Anthony Tekatch <anthony@unihedron.com>", "Ed Page <eopage@byu.net> (Blame him for the most recent bugs)"])
                dlg.run()
                dlg.destroy()