python-tldp/tldp/doctypes/rst.py

12 lines
147 B
Python

#! /usr/bin/python
from ..utils import logger
class RestructuredText(object):
extensions = ['.rst']
signatures = []
#
# -- end of file