do not use shell wrapper for gajim-remote

This commit is contained in:
Nikos Kouremenos 2006-09-28 11:29:05 +00:00
parent 19dbb37f80
commit d63f5ec15c

View file

@ -1,22 +1,8 @@
#!/bin/sh #!/usr/bin/env python
''':'
exec python -OOt "$0" ${1+"$@"}
' '''
## scripts/gajim-remote.py
## ##
## Contributors for this file: ## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
## - Yann Le Boulanger <asterix@lagaule.org> ## Copyright (C) 2005-2006 Nikos Kouremenos <nkour@jabber.org>
## - Nikos Kouremenos <kourem@gmail.com> ## Copyright (C) 2005 Dimitur Kirov <dkirov@gmail.com>
## - Dimitur Kirov <dkirov@gmail.com>
##
## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
## Vincent Hanquez <tab@snarc.org>
## Nikos Kouremenos <nkour@jabber.org>
## Dimitur Kirov <dkirov@gmail.com>
## Travis Shirk <travis@pobox.com>
## Norman Rasmussen <norman@rasmussen.co.za>
## ##
## This program is free software; you can redistribute it and/or modify ## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published ## it under the terms of the GNU General Public License as published
@ -28,7 +14,7 @@ exec python -OOt "$0" ${1+"$@"}
## GNU General Public License for more details. ## GNU General Public License for more details.
## ##
# gajim-remote help will show you the DBUS API of Gajim # gajim-remote help will show you the D-BUS API of Gajim
import sys import sys
import locale import locale