no need to call shell
This commit is contained in:
parent
abae457e44
commit
799a372d18
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env python
|
||||||
''':'
|
|
||||||
exec python -OOt "$0" ${1+"$@"}
|
|
||||||
' '''
|
|
||||||
## history_manager.py
|
## history_manager.py
|
||||||
##
|
##
|
||||||
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
|
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
|
||||||
|
@ -51,7 +48,6 @@ except ImportError:
|
||||||
|
|
||||||
|
|
||||||
class HistoryManager:
|
class HistoryManager:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps/gajim.png')
|
path_to_file = os.path.join(gajim.DATA_DIR, 'pixmaps/gajim.png')
|
||||||
pix = gtk.gdk.pixbuf_new_from_file(path_to_file)
|
pix = gtk.gdk.pixbuf_new_from_file(path_to_file)
|
||||||
|
|
Loading…
Reference in New Issue