Skip to content

Commit

Permalink
[Dependencies] - Updated brython to version 3.9.0 (#132)
Browse files Browse the repository at this point in the history
* [Dependencies] - Updated brython to version 3.9.0

* [Dependencies] - Added latest brython dev version
  • Loading branch information
Rodrigo Quelhas authored Nov 4, 2020
1 parent e1a9511 commit 3aa3e75
Show file tree
Hide file tree
Showing 3 changed files with 5,022 additions and 4,076 deletions.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
require('prismjs/themes/prism.css');
exports.onClientEntry = () => {
window.onload = () => {
brython({ debug: 1, indexedDB: false });
brython({ debug: 1, indexedDB: false, pythonpath:'/' });
};
};
9,092 changes: 5,019 additions & 4,073 deletions static/brython/brython.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/brython/brython_stdlib.js

Large diffs are not rendered by default.

0 comments on commit 3aa3e75

Please sign in to comment.