Skip to content

Commit

Permalink
rename 'pyqt5' to 'PyQt5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Jul 21, 2017
1 parent 551e992 commit cb629e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['pyqt5']
MOCK_MODULES = ['PyQt5']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

from msl import qt
Expand Down

0 comments on commit cb629e9

Please sign in to comment.