~paul-nfg/report-openoffice/trunk

« back to all changes in this revision

Viewing changes to report_openoffice/report_openoffice.py

  • Committer: paul at nfg
  • Date: 2010-03-31 11:22:11 UTC
  • Revision ID: paul@nfg.nl-20100331112211-bhhvozwr1jz3c0a1
PEP-8 cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
 
314
314
class ReportTypeException(Exception):
315
315
    def __init__(self, value):
316
 
      self.parameter = value
 
316
        self.parameter = value
317
317
    def __str__(self):
318
 
      return repr(self.parameter)
 
318
        return repr(self.parameter)
319
319
 
320
320
#########################################################################
321
321