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

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

1.1       nbrk        1: $OpenBSD$
                      2: --- pykanjicard.py.orig        Sat Jan 31 19:53:20 2009
                      3: +++ pykanjicard.py     Sat Jan 31 19:54:15 2009
                      4: @@ -269,6 +269,9 @@ class MainWindow:
                      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