Файловый менеджер - Редактировать - /home/skymarketplace/public_html/uploads/pylint_django.zip
Назад
PK lC�Z�d߉ � __init__.pynu �[��� """pylint_django module.""" from __future__ import absolute_import import sys from pylint_django import plugin if sys.version_info < (3,): raise DeprecationWarning("Version 0.11.1 was the last to support Python 2. " "Please migrate to Python 3!") register = plugin.register # pylint: disable=invalid-name load_configuration = plugin.load_configuration # pylint: disable=invalid-name PK lC�Z�� __pkginfo__.pynu �[��� """pkginfo.""" BASE_ID = 51 PK lC�Z�~_� � $ __pycache__/__init__.cpython-311.pycnu �[��� � ��bg� � �r � d Z ddlmZ ddlZddlmZ ej dk r ed� � �ej Zej Z dS )zpylint_django module.� )�absolute_importN)�plugin)� zLVersion 0.11.1 was the last to support Python 2. Please migrate to Python 3!) �__doc__� __future__r �sys� pylint_djangor �version_info�DeprecationWarning�register�load_configuration� � �g/builddir/build/BUILD/cloudlinux-venv-1.0.7/venv/lib/python3.11/site-packages/pylint_django/__init__.py�<module>r sn �� � � &� &� &� &� &� &� � � � � � � � � � ���d��� � �n� o� o�o��?���.� � � r PK lC�ZL��� '