Skip to content

Commit

Permalink
Fix merge issue: py3_objects -> setupObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
rixner committed Jul 28, 2019
1 parent 761ba31 commit 87013f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Sk.configure = function (options) {

Sk.setupOperators(Sk.__future__.python3);
Sk.setupDunderMethods(Sk.__future__.python3);
Sk.builtindict.py3_objects(Sk.__future__.python3);
Sk.setupObjects(Sk.__future__.python3);
};

Sk.exportSymbol("Sk.configure", Sk.configure);
Expand Down

0 comments on commit 87013f3

Please sign in to comment.