Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d51c1a1

Browse files
committed
merge with 3.4
2 parents fa7a295 + e039029 commit d51c1a1

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# that aren't pickleable (module imports are okay, they're removed automatically).
88

99
import sys, os, time
10-
sys.path.append(os.path.abspath('tools'))
10+
sys.path.append(os.path.abspath('tools/extensions'))
1111

1212
# General configuration
1313
# ---------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def init(self):
9191
self.log_file_name = os.path.join(self.outdir, 'suspicious.csv')
9292
open(self.log_file_name, 'w').close()
9393
# load database of previously ignored issues
94-
self.load_rules(os.path.join(os.path.dirname(__file__),
94+
self.load_rules(os.path.join(os.path.dirname(__file__), '..',
9595
'susp-ignored.csv'))
9696

9797
def get_outdated_docs(self):

0 commit comments

Comments
 (0)