updated on Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git] / toptray / install.patch
blob696376eb36fdfcf9675dcf6b0df6a114c2c191db
1 --- TOPTray.py.orig 2008-10-17 04:33:32.000000000 +0200
2 +++ TOPTray.py 2008-02-16 16:55:05.000000000 +0100
3 @@ -20,8 +20,10 @@
4 # along with this program. If not, see <http://www.gnu.org/licenses/>.
7 -from os import path, environ, curdir, sep
8 +from os import environ, curdir, sep, path
9 from sys import exit, argv, stderr, stdout, platform
10 +from sys import path as sys_path
11 +sys_path.append('/usr/share/toptray/')
12 from locale import getdefaultlocale
13 from gettext import install, translation
14 from SimpleConfig import SimpleConfig