diff --git a/simplewc.py b/simplewc.py index 1f94354..d6dfbc8 100644 --- a/simplewc.py +++ b/simplewc.py @@ -13,12 +13,6 @@ except ModuleNotFoundError: 'pip install dnspython\n' 'Then restart the program') exit(1) -try: - from sendmail import Mail, str2bool -except ModuleNotFoundError: - print('You need sendmail.py in the same directory.\n' - 'Then restart the program') - exit(1) class NSupdate: