import sys
from mdoc import worker
-from test import xxx
-from test.xxx import MyClass
usage = 'mdoc <source> <target-format>'
# check runtime parameters
if len(args) < 2:
- raise RuntimeError("xets needs 2 arguments.")
+ raise RuntimeError("mdoc needs 2 arguments.")
file = args[0]
format = args[1]