diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index a7e0216..95f9e83 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -1,7 +1,6 @@ """ mfbatch main - Command entrypoint for mfbatch """ -# __main__.py import os from glob import glob diff --git a/mfbatch/commands.py b/mfbatch/commands.py index f626bb7..54168d3 100644 --- a/mfbatch/commands.py +++ b/mfbatch/commands.py @@ -1,8 +1,6 @@ """ mfbatch commands and batchfile parser """ -# commands.py -# mfbatch # from string import Template import sys