1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

remove old files and old code references

This commit is contained in:
Fabio Pliger
2022-04-08 18:19:34 -05:00
parent 5a90c34ac9
commit 7fd2b56bfe
8 changed files with 1 additions and 455 deletions

View File

@@ -1,7 +1,6 @@
// @ts-nocheck
// @ts-ignore
let pyodideReadyPromise;
let pyodide;
let additional_definitions = `
@@ -43,9 +42,6 @@ class PyScript:
def run_until_complete(f):
p = loop.run_until_complete(f)
pyscript = PyScript()
class Element:
def __init__(self, element_id, element=None):
@@ -97,6 +93,7 @@ class Element:
return Element(clone.id, clone)
pyscript = PyScript()
`
let loadInterpreter = async function(): any {