Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.216.17
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
glib-2.0 /
codegen /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-07-22 02:06
__init__.py
998
B
-rw-r--r--
2021-08-19 15:27
codegen.py
224.89
KB
-rw-r--r--
2021-08-19 15:27
codegen_docbook.py
18.19
KB
-rw-r--r--
2021-08-19 15:27
codegen_main.py
15.89
KB
-rw-r--r--
2021-08-19 15:27
config.py
856
B
-rw-r--r--
2021-08-19 15:27
dbustypes.py
19.94
KB
-rw-r--r--
2021-08-19 15:27
parser.py
12.71
KB
-rw-r--r--
2021-08-19 15:27
utils.py
3.94
KB
-rw-r--r--
2021-08-19 15:27
Save
Rename
# -*- Mode: Python -*- # GDBus - GLib D-Bus Library # # Copyright (C) 2008-2011 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General # Public License along with this library; if not, see <http://www.gnu.org/licenses/>. # # Author: David Zeuthen <davidz@redhat.com> import os builddir = os.environ.get("UNINSTALLED_GLIB_BUILDDIR") if builddir is not None: __path__.append( os.path.abspath(os.path.join(builddir, "gio", "gdbus-2.0", "codegen")) )