Changeset: 3885f98e0404 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3885f98e0404
Modified Files:
        testing/Mtest.py.in
Branch: Sep2022
Log Message:

Removed unused import.


diffs (14 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -35,10 +35,6 @@ import signal
 import fnmatch
 import glob
 import pymonetdb # check for pymonetdb early: it is essential for our work
-try:
-    import winreg               # Python 3 on Windows
-except ImportError:
-    winreg = None               # not on Windows
 
 MonetDB_VERSION = '@MONETDB_VERSION@'.split('.')
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to