]> wagnertech.de Git - mDoc.git/blobdiff - python/mDoc/mdoc.py
antix19
[mDoc.git] / python / mDoc / mdoc.py
index 2386fec3dda484f76a2a89873b5c8cbc5f857a25..bf66a57981a1634f367d634dfd736f85d0b45dd7 100755 (executable)
@@ -7,8 +7,6 @@ Created on 02.08.2019
 
 import sys
 from mdoc import worker
-from test import xxx
-from test.xxx import MyClass
 
 usage = 'mdoc <source> <target-format>'
 
@@ -16,7 +14,7 @@ def command_dispatch(args):
     
     # 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]