Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 926bddc

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tools/github_stats.py

Copy file name to clipboardExpand all lines: tools/github_stats.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.