vim/sadness/bike/ide-integration/Pymacs-0.20/rebox @ 95735c27a0c0

vim: Goodbye, taglist.  I never used you.
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Feb 2011 16:51:47 -0500
parents cfd5d659d737
children (none)
#!/usr/bin/env python
# Copyright © 2002 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2002.

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

import sys
from Pymacs import rebox
apply(rebox.main, tuple(sys.argv[1:]))