~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/formatter/text_python.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
        else:
236
236
            return self.formatter.line_anchorlink(on, lineno)
237
237
 
238
 
    def code_area(self, on, code_id, code_type='code', show=0, start=-1, step=-1, msg=None):
 
238
    def code_area(self, on, code_id, code_type='code', show=0, start=-1, step=-1):
239
239
        if on:
240
240
            # update state of the HTML formatter
241
241
            self.formatter._in_code_area = 1