update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / drpython / patches / patch-aa
1 $NetBSD$
2
3 --- drpython.py~        Thu Feb  5 12:54:47 2004
4 +++ drpython.py Thu Feb  5 12:56:07 2004
5 @@ -224,7 +224,7 @@
6  #Thanks to Guillermo Fernandez.
7  #Thanks Bjorn Breid
8  programdirectory = os.path.dirname(os.path.abspath(sys.argv[0])).replace("\\", "/") + "/"
9 -bitmapdirectory = programdirectory + "bitmaps"
10 +bitmapdirectory = programdirectory + "../share/drpython/bitmaps"
11  
12  #*******************************************************************************************************
13