hook after so .require() works for all

This commit is contained in:
Nikos Kouremenos 2005-09-10 20:08:47 +00:00
parent 2e9c81aac7
commit 1ea2e1a03a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,6 @@ exec python -OOt "$0" ${1+"$@"}
## GNU General Public License for more details.
##
import gtkexcepthook
import sys
import pygtk
import os
@ -36,6 +35,7 @@ except RuntimeError, msg:
print >> sys.stderr, _('Gajim needs Xserver to run. Quiting...')
sys.exit()
import gtkexcepthook
import gobject
import pango
import sre