| Server IP : 107.13.46.68 / Your IP : 216.73.217.10 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/xviewer/plugins/pythonconsole/__pycache__/ |
Upload File : |
�
�ODg� � �� � d dl mZmZmZmZ ddlmZ ddlmZ d dl Z e j dd�� j Zd Z G d
� dej ej ej � Zy)� )�GObject�Gtk�Xviewer�PeasGtk� )�
PythonConsole)�PythonConsoleConfigWidgetNzxviewer-pluginsT)�fallbacka
<ui>
<menubar name="MainMenu">
<menu name="ToolsMenu" action="Tools">
<separator/>
<menuitem name="PythonConsole" action="PythonConsole"/>
<separator/>
</menu>
</menubar>
</ui>
c �n � e Zd Z ej ej �� ZdZd� Z d� Z
d� Zd� Zd� Z
d� Zy) �PythonConsolePlugin)�typeNc �^ � t j j | � d | _ d| _ y �Nr )r �Object�__init__�console_window�ui_id)�selfs �2/usr/lib/xviewer/plugins/pythonconsole/__init__.pyr zPythonConsolePlugin.__init__7 s# � �������%�"�����
� c �Z � | j j � }t j d�� | _ | j j dd t
d� d d | j fg| j � |j | j d� |j t � | _ y )Nr )�namezP_ython Consoler )�window�get_ui_managerr �ActionGroup�action_group�add_actions�_�
console_cb�insert_action_group�add_ui_from_string�_UI_STRr �r �
ui_managers r �do_activatezPythonConsolePlugin.do_activate<