Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 3a1f9d3637f3247d5d88534895c3fa55 > files > 45

emacs-pymacs-0.25-4.fc20.noarch.rpm

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright © 2002, 2003 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2002.

"""\
Handling of boxed comments in various box styles.
"""

import sys
from Pymacs.Rebox import rebox
rebox.main(*sys.argv[1:])