From 66b40f69f54cf03edb9f14bd33994bb2abbf022e Mon Sep 17 00:00:00 2001 From: PavelMuhortov Date: Sat, 10 Jul 2021 11:25:51 +0300 Subject: [PATCH] add simplewc.py --- simplewc.py | 6 ------ 1 file changed, 6 deletions(-) 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: