[Moin-devel] MoinMoin 1.50 on Python2.2 - small patch

Brian Dorsey brian at dorseys.org
Mon Feb 4 23:10:07 EST 2002


I upgraded my web box to CVS this evening and ran into an error with word_rule being out of scope, this patch fixed it:

Index: wiki.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/parser/wiki.py,v
retrieving revision 1.73
diff -r1.73 wiki.py
697c697
<                 'word_rule': word_rule,
---
>                 'word_rule': self.word_rule,






More information about the Moin-devel mailing list