Skip to content

Commit d341bc2

Browse files
committed
Just use mock
Signed-off-by: Kyle Fazzari <[email protected]>
1 parent a9e9a4f commit d341bc2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/test_base.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
except ImportError:
99
from urllib2 import HTTPError
1010

11-
12-
try:
13-
from unittest import mock
14-
except ImportError:
15-
import mock
16-
11+
import mock
1712
from vcstool.clients import vcs_base
1813

1914

0 commit comments

Comments
 (0)