legacy-dotfiles/emacs.d/nxhtml/tests/in/bug556832-error-test.py
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

23 lines
299 B
Python

# -*- Python -*-
"""
===============
This is a title
===============
This is some general description
"""
class SomeClass(object):
"""
This is a class description.
"""
def __init__(self, fileName):
"""The constructor."""
pass
def oneMethod():
pass