From 8713bba796fb8c690922264b782b605e27460fc6 Mon Sep 17 00:00:00 2001 From: phill-ridout Date: Tue, 2 Jul 2013 22:24:18 +0100 Subject: [PATCH] added pyodbc module to the check_dependencies script --- scripts/check_dependencies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index e3849d449..bd7786b01 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -62,6 +62,7 @@ WIN32_MODULES = [ 'win32com', 'win32ui', 'pywintypes', + 'pyodbc', ] MODULES = [