Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit b986057

Browse files
committed
Make python3 unconditional
TODO: Remove configuration for this there is no reason to even pretend to have python2 support.
1 parent f362485 commit b986057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ActiveCode extends RunestoneBase {
6060
var orig = $(opts.orig).find("textarea")[0];
6161
this.containerDiv = opts.orig;
6262
this.useRunestoneServices = opts.useRunestoneServices;
63-
this.python3 = opts.python3;
63+
this.python3 = true;
6464
this.alignVertical = opts.vertical;
6565
this.origElem = orig;
6666
this.origText = this.origElem.textContent;

0 commit comments

Comments
 (0)