Correct mock import.

This commit is contained in:
Brandon Amos 2015-12-24 13:46:44 -05:00
parent 76c45dfa79
commit 5712d50f38
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import sys
import os
from unittest.mock import MagicMock
from mock import MagicMock
sys.path.insert(0, os.path.abspath('..'))