forked from openlp/openlp
added mock to check_dependencies
This commit is contained in:
parent
469d8b05c4
commit
6ab1cc3c4b
@ -91,6 +91,7 @@ OPTIONAL_MODULES = [
|
|||||||
('MySQLdb', ' (MySQL support)'),
|
('MySQLdb', ' (MySQL support)'),
|
||||||
('psycopg2', ' (PostgreSQL support)'),
|
('psycopg2', ' (PostgreSQL support)'),
|
||||||
('nose', ' (testing framework)'),
|
('nose', ' (testing framework)'),
|
||||||
|
('mock', ' (testing module)'),
|
||||||
]
|
]
|
||||||
|
|
||||||
w = sys.stdout.write
|
w = sys.stdout.write
|
||||||
|
Loading…
Reference in New Issue
Block a user