Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Paul
Python3 Automarker
Commits
982ac8fa
Commit
982ac8fa
authored
Jan 05, 2017
by
David Paul
Browse files
Update to Brython 3.3.0
parent
349d4d3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
bower.json
View file @
982ac8fa
...
...
@@ -23,6 +23,6 @@
"ace"
:
"git://github.com/ajaxorg/ace-builds.git#^1.2.3"
,
"pythonauto"
:
"https://github.com/csev/pythonauto.git"
,
"html5shiv"
:
"^3.7.3"
,
"Brython3.
2.7-20160621-184325
.tar"
:
"https://github.com/brython-dev/brython/releases/download/3.
2.7
/Brython3.
2.7-20160621-184325
.tar.gz"
"Brython
-
3.
3.0
.tar"
:
"https://github.com/brython-dev/brython/releases/download/3.
3.0
/Brython
-
3.
3.0
.tar.gz"
}
}
index.php
View file @
982ac8fa
...
...
@@ -14,7 +14,8 @@ require_once("bower_components/pythonauto/util/lti_util.php");
<![endif]-->
<script
type=
"text/javascript"
src=
"bower_components/jquery/dist/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/bootstrap/dist/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/Brython3.2.7-20160621-184325.tar/brython.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/Brython3.3.0.tar/brython.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/Brython3.3.0.tar/brython_stdlib.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/ace/src-min-noconflict/ace.js"
></script>
<script
type=
"text/javascript"
>
exercise_id
=
<?php
echo
isset
(
$_REQUEST
[
"exercise_id"
])
?
$_REQUEST
[
"exercise_id"
]
:
0
;
?>
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment