8000 Merge pull request #2406 from cpelley/fixed_stats-retrieve · matplotlib/matplotlib@70067f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70067f8

Browse files
pelsonmdboom
authored andcommitted
Merge pull request #2406 from cpelley/fixed_stats-retrieve
BUG: Fixed github stats retrieval
1 parent 16043c4 commit 70067f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github_stats.py

Lines changed: 1 addition & 1 deletion
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)
0