⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libpasteurize
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-311.pyc
(213 bytes)
213 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
main.cpython-311.pyc
(10,282 bytes)
10.04 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: main.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/libpasteurize/__pycache__/main.cpython-311.pyc
Size: 10.04 KB | Last Modified: 2026-01-20 20:01:48
💾 Backup File
🔢 Toggle Line Numbers
� �|oi� � �v � d Z ddlmZmZmZ ddlZddlZddlZddlm Z m Z mZ ddlm Z ddlmZ ddlmZ d d�Z dS ) a� pasteurize: automatic conversion of Python 3 code to clean 2/3 code =================================================================== ``pasteurize`` attempts to convert existing Python 3 code into source-compatible Python 2 and 3 code. Use it like this on Python 3 code: $ pasteurize --verbose mypython3script.py This removes any Py3-only syntax (e.g. new metaclasses) and adds these import lines: from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future__ import unicode_literals from future import standard_library standard_library.install_hooks() from builtins import * To write changes to the files, use the -w flag. It also adds any other wrappers needed for Py2/3 compatibility. Note that separate stages are not available (or needed) when converting from Python 3 with ``pasteurize`` as they are when converting from Python 2 with ``futurize``. The --all-imports option forces adding all ``__future__`` imports, ``builtins`` imports, and standard library aliases, even if they don't seem necessary for the current state of each module. (This can simplify testing, and can reduce the need to think about Py2 compatibility when editing the code further.) � )�absolute_import�print_function�unicode_literalsN)�main�warn�StdoutRefactoringTool)�refactor)�__version__)� fix_namesc �* �� t j d�� � }|� dddd�� � |� dd dd �� � |� ddd g d�� � |� dddddd�� � |� ddd g d�� � |� dddd�� � |� dddd�� � |� d dd!�� � |� d"d#dd$�� � |� d%d&dd'd(�� � d'}i }|� | � � \ }} d)}t }d*|d+<