8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482bbdc commit c898e91Copy full SHA for c898e91
update_contributors.py
@@ -4,7 +4,7 @@
4
5
CONTRIBUTORS_URL = "http://api.github.com/repos/RustPython/RustPython/contributors"
6
CONTRIBUTORS_FILE = os.path.join(
7
- os.path.dirname(__file__), "website/_data/contributors.json"
+ os.path.dirname(__file__), "_data/contributors.json"
8
)
9
10
contributors = json.load(urlopen(CONTRIBUTORS_URL))
0 commit comments