[BACK]Return to patch-pykanjiedit_py CVS log [TXT][DIR] Up to [local] / ports / japanese / pykanjicard / patches

Annotation of ports/japanese/pykanjicard/patches/patch-pykanjiedit_py, Revision 1.1.1.1

1.1       nbrk        1: $OpenBSD$
                      2: --- pykanjiedit.py.orig        Sat Jan 31 19:54:56 2009
                      3: +++ pykanjiedit.py     Sat Jan 31 19:55:49 2009
                      4: @@ -468,6 +468,9 @@ if os.path.exists (DICT):
                      5:  elif os.path.exists (sys.prefix + '/share/' + DICT):
                      6:    filename = sys.prefix + '/share/' + DICT
                      7:
                      8: +elif os.path.exists (sys.prefix + '/share/pykanjicard/' + DICT):
                      9: +  filename = sys.prefix + '/share/pykanjicard/' + DICT
                     10: +
                     11:  else:
                     12:    raise Exception, 'Cannot find "%s"' % DICT
                     13:

CVSweb