python-tldp/tldp/doctypes/rst.py

12 lines
147 B
Python
Raw Normal View History

2016-02-11 03:22:23 +00:00
#! /usr/bin/python
from ..utils import logger
class RestructuredText(object):
extensions = ['.rst']
signatures = []
#
# -- end of file