##// END OF EJS Templates
import mock from unittest
Srinivas Reddy Thatiparthy -
Show More
@@ -1,10 +1,6 b''
1 """Test installing editor hooks"""
1 """Test installing editor hooks"""
2 import sys
2 import sys
3
3 from unittest import mock
4 try:
5 import mock
6 except ImportError:
7 from unittest import mock
8
4
9 import nose.tools as nt
5 import nose.tools as nt
10
6
General Comments 0
You need to be logged in to leave comments. Login now