📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: fix_getcwd.cpython-36.pyc
3 ��jii � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )zm Fixer for os.getcwd() -> os.getcwdu(). Also warns about "from os import getcwd", suggesting the above form. � )� fixer_base)�Namec @ s e Zd ZdZdd� ZdS )� FixGetcwdz� power< 'os' trailer< dot='.' name='getcwd' > any* > | import_from< 'from' 'os' 'import' bad='getcwd' > c C sJ d|kr&|d }|j td|jd�� n d|kr>| j|d� d S td��d S )N�nameZgetcwdu)�prefix�badz#import os, use os.getcwd() instead.z,For some reason, the pattern matcher failed.)�replacer r Zcannot_convert� ValueError)�self�node�resultsr � r �E/root/tmp/pip-build-31b9end2/future/libpasteurize/fixes/fix_getcwd.py� transform s zFixGetcwd.transformN)�__name__� __module__�__qualname__ZPATTERNr r r r r r s r N)�__doc__Zlib2to3r Zlib2to3.fixer_utilr ZBaseFixr r r r r �<module> s
Save