##// END OF EJS Templates
scripts: use explicit relative imports of contributor_data...
Mads Kiilerich -
r8041:2786730e default
parent child Browse files
Show More
@@ -9,7 +9,7 b' import argparse'
9 import os
9 import os
10 from collections import Counter
10 from collections import Counter
11
11
12 import contributor_data
12 from . import contributor_data
13
13
14
14
15 def main():
15 def main():
@@ -42,7 +42,7 b' import os'
42 import re
42 import re
43 from collections import defaultdict
43 from collections import defaultdict
44
44
45 import contributor_data
45 from . import contributor_data
46
46
47
47
48 def sortkey(x):
48 def sortkey(x):
General Comments 0
You need to be logged in to leave comments. Login now