Show More
Commit Description:
fix destroy for user and problem...
Commit Description:
fix destroy for user and problem (grafted from 56e542ecc72e8d85b776f34c64fe90d3ea4ae9e9)
File last commit:
Show/Diff file:
Action:
lib/assets/Lib/browser/__init__.py | 8 lines | 232 B | text/x-python | PythonLexer |
merge with algo and add brython files that were missing
r584 import javascript
from _browser import *
from .local_storage import LocalStorage
from .session_storage import SessionStorage
from .object_storage import ObjectStorage
WebSocket = javascript.JSConstructor(window.WebSocket)