hook after so .require() works for all
This commit is contained in:
parent
2e9c81aac7
commit
1ea2e1a03a
|
@ -22,7 +22,6 @@ exec python -OOt "$0" ${1+"$@"}
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
##
|
##
|
||||||
|
|
||||||
import gtkexcepthook
|
|
||||||
import sys
|
import sys
|
||||||
import pygtk
|
import pygtk
|
||||||
import os
|
import os
|
||||||
|
@ -36,6 +35,7 @@ except RuntimeError, msg:
|
||||||
print >> sys.stderr, _('Gajim needs Xserver to run. Quiting...')
|
print >> sys.stderr, _('Gajim needs Xserver to run. Quiting...')
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
|
import gtkexcepthook
|
||||||
import gobject
|
import gobject
|
||||||
import pango
|
import pango
|
||||||
import sre
|
import sre
|
||||||
|
|
Loading…
Reference in New Issue