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