PATH: //usr/lib/python3.9/site-packages/up2date_client
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 capabilities.py
↓
X
📄 clientCaps.py
↓
X
📄 clpwd.py
↓
X
📄 config.py
↓
X
📄 debUtils.py
↓
X
📄 getMethod.py
↓
X
📄 haltree.py
↓
X
📄 hardware.py
↓
X
📄 hardware_gudev.py
↓
X
📄 hardware_hal.py
↓
X
📄 hardware_udev.py
↓
X
📄 pkgUtils.py
↓
X
📄 pkgplatform.py
↓
X
📄 pmPlugin.py
↓
X
📄 rhnChannel.py
↓
X
📄 rhnHardware.py
↓
X
📄 rhnPackageInfo.py
↓
X
📄 rhncli.py
↓
X
📄 rhnreg.py
↓
X
📄 rhnreg_constants.py
↓
X
📄 rhnserver.py
↓
X
📄 rpcServer.py
↓
X
📄 rpmUtils.py
↓
X
📄 transaction.py
↓
X
📄 tui.py
↓
X
📄 up2dateAuth.py
↓
X
📄 up2dateErrors.py
↓
X
📄 up2dateLog.py
↓
X
📄 up2dateUtils.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: pkgUtils.py
# Client code for Update Agent # Copyright (c) 2011--2016 Red Hat, Inc. Distributed under GPLv2. # # Author: Simon Lukasik from up2date_client.pkgplatform import getPlatform if getPlatform() == 'deb': from up2date_client.debUtils import * else: from up2date_client.rpmUtils import *
SIMPAN PERUBAHAN