Skip to content

Commit

Permalink
try RTD fix: fix mock_qtwidgets import
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 31, 2017
1 parent d3e10d7 commit 03d2f69
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 @@ -14,7 +14,7 @@
html_theme = 'default'

from unittest.mock import MagicMock
from . import mock_qtwidgets
import mock_qtwidgets

class Mock(MagicMock):
@classmethod
Expand Down

0 comments on commit 03d2f69

Please sign in to comment.