File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
- setup.py : custom_setup.py.jj2
9
9
- requirements.txt : requirements.txt.jj2
10
10
- " tests/requirements.txt " : " tests/custom_requirements.txt.jj2"
11
- - " docs/source/conf.py " : " docs/conf.py_t"
12
11
- " gitfs2/_version.py " : " _version.py.jj2"
13
12
- .gitignore : gitignore.jj2
14
13
- .travis.yml : travis.yml.jj2
Original file line number Diff line number Diff line change 59
59
# Add any paths that contain custom static files (such as style sheets) here,
60
60
# relative to this directory. They are copied after the builtin static files,
61
61
# so a file named "default.css" will overwrite the builtin "default.css".
62
- html_static_path = ['static' ]
62
+ html_static_path = ['static' ]
Original file line number Diff line number Diff line change 1
1
import fs
2
+ from nose .tools import ok_
3
+ from gitfs2 .repo import GitRequire
4
+
2
5
try :
3
6
from mock import patch
4
7
except ImportError :
5
8
from unittest .mock import patch
6
9
7
- from nose .tools import ok_
8
- from gitfs2 .repo import GitRequire
9
-
10
10
11
11
@patch ("gitfs2.repo.git_clone" )
12
12
def test_opener (fake_clone ):
You can’t perform that action at this time.
0 commit comments