OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
test
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
05/14/2024 03:09:55 PM
rwxr-xr-x
📄
__init__.py
110 bytes
10/25/2018 10:21:01 PM
rw-r--r--
Delete
📁
__pycache__
-
05/14/2024 03:09:55 PM
rwxr-xr-x
📄
support.py
259 bytes
10/25/2018 10:21:01 PM
rw-r--r--
Delete
Editing: support.py
Close
from __future__ import absolute_import from future.standard_library import suspend_hooks from future.utils import PY3 if PY3: from test.support import * else: __future_module__ = True with suspend_hooks(): from test.test_support import *