Skip to content

Commit 926bddc

Browse files
committed
Merge pull request #2406 from cpelley/fixed_stats-retrieve
BUG: Fixed github stats retrieval
2 parents 0b84819 + 842fbf8 commit 926bddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github_stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from datetime import datetime, timedelta
1515
from subprocess import check_output
16-
from urllib import urlopen
16+
from urllib2 import urlopen
1717

1818
#-----------------------------------------------------------------------------
1919
# Globals

0 commit comments

Comments
 (0)