File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 88 - setup.py : custom_setup.py.jj2
99 - requirements.txt : requirements.txt.jj2
1010 - " tests/requirements.txt " : " tests/custom_requirements.txt.jj2"
11- - " docs/source/conf.py " : " docs/conf.py_t"
1211 - " gitfs2/_version.py " : " _version.py.jj2"
1312 - .gitignore : gitignore.jj2
1413 - .travis.yml : travis.yml.jj2
Original file line number Diff line number Diff line change 5959# Add any paths that contain custom static files (such as style sheets) here,
6060# relative to this directory. They are copied after the builtin static files,
6161# 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 11import fs
2+ from nose .tools import ok_
3+ from gitfs2 .repo import GitRequire
4+
25try :
36 from mock import patch
47except ImportError :
58 from unittest .mock import patch
69
7- from nose .tools import ok_
8- from gitfs2 .repo import GitRequire
9-
1010
1111@patch ("gitfs2.repo.git_clone" )
1212def test_opener (fake_clone ):
You can’t perform that action at this time.
0 commit comments