added mock to check_dependencies

This commit is contained in:
Andreas Preikschat 2013-02-28 22:36:55 +01:00
parent 469d8b05c4
commit 6ab1cc3c4b

View File

@ -91,6 +91,7 @@ OPTIONAL_MODULES = [
('MySQLdb', ' (MySQL support)'),
('psycopg2', ' (PostgreSQL support)'),
('nose', ' (testing framework)'),
('mock', ' (testing module)'),
]
w = sys.stdout.write