Below is a test case for an error that I get when generating documentation for my project. The error I receive is:

File "build/bdist.darwin-8.3.0-Power_Macintosh/egg/pudge/ generator.py", line 321, in link_to_source File "build/bdist.darwin-8.3.0-Power_Macintosh/egg/pudge/ browser.py", line 178, in source_lines IndentationError: In module foobar.longtable.LongTableEndRow.digest: unindent does not match any outer indentation level

---- begin test case ----

class longtable(object):

    class LongTableEndRow(object):
        def digest(self, tokens):
            pass

    class kill(LongTableEndRow):
        pass

---- end test case ----

Kevin Smith
[EMAIL PROTECTED]

_______________________________________________
Pudge mailing list
[email protected]
http://lesscode.org/mailman/listinfo/pudge

Reply via email to