no need to call shell

This commit is contained in:
Nikos Kouremenos 2006-10-07 13:22:01 +00:00
parent abae457e44
commit 799a372d18
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,4 @@
#!/bin/sh
''':'
exec python -OOt "$0" ${1+"$@"}
' '''
#!/usr/bin/env python
## history_manager.py
##
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
@ -51,7 +48,6 @@ except ImportError:
class HistoryManager:
def __init__(self):
path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps/gajim.png')
pix = gtk.gdk.pixbuf_new_from_file(path_to_file)