Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-12-04 01:45:25 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-12-04 01:45:25 +0300
commit39171b67b0b25dccec03cf5ba5dfb38413f23086 (patch)
tree9fa3ff0e2cb70956959931712fe7858bf8709470
parent38eadfae5eba5faf07bbb9896e574fdf9fb10294 (diff)
remove useless space
-rw-r--r--setup_win32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_win32.py b/setup_win32.py
index be4ded1ef..61ec2fc8b 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -77,7 +77,7 @@ setup(
url = 'http://www.gajim.org/',
download_url = 'http://www.gajim.org/downloads.php',
license = 'GPL',
-
+
windows = [{'script': 'src/gajim.py',
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]},
{'script': 'src/history_manager.py',