#!/usr/bin/python
#-*-Python-*-
# $Id: texttodoc,v 1.1 1998/08/27 10:30:09 rob Exp $

import conv_text, sys

if __name__ == '__main__':
    conv_text.todoc_main(sys.argv)

