update win tools to .9
This commit is contained in:
parent
e6d862e91b
commit
df80ad23cd
|
@ -41,7 +41,7 @@ opts = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'Gajim',
|
name = 'Gajim',
|
||||||
version = '8',
|
version = '9',
|
||||||
description = 'A Jabber client written in PyGTK',
|
description = 'A Jabber client written in PyGTK',
|
||||||
windows = [{'script': 'src/gajim.py',
|
windows = [{'script': 'src/gajim.py',
|
||||||
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]}],
|
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]}],
|
||||||
|
|
|
@ -23,8 +23,8 @@ exec python -OOt "$0" ${1+"$@"}
|
||||||
##
|
##
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import pygtk
|
|
||||||
import os
|
import os
|
||||||
|
import pygtk
|
||||||
|
|
||||||
from common import i18n
|
from common import i18n
|
||||||
i18n.init()
|
i18n.init()
|
||||||
|
|
Loading…
Reference in New Issue