]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/bug556832-error-test.py
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / bug556832-error-test.py
1 # -*- Python -*-
2
3
4 """
5 ===============
6 This is a title
7 ===============
8
9 This is some general description
10 """
11
12
13 class SomeClass(object):
14     """
15     This is a class description.
16     """
17
18     def __init__(self, fileName):
19         """The constructor."""
20         pass
21
22     def oneMethod():
23         pass