diff options
-rwxr-xr-x | minimailer-csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minimailer-csv b/minimailer-csv index 802766d..6bddaf7 100755 --- a/minimailer-csv +++ b/minimailer-csv @@ -21,7 +21,7 @@ # Dependencies import argparse import csv -import sys, os, subprocess +import os, subprocess class MinimailerCSV: """Send emails according to a CSV input with fields and templating support""" |