1
0

fix py2 Mock dep

This commit is contained in:
Neil Johnson
2018-11-14 15:04:28 +00:00
parent eab8843c70
commit ded5774637
+1 -1
View File
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from unittest.mock import Mock
from mock import Mock
from twisted.internet import defer