/usr/lib/python3.9/site-packages/up2date_client
NameSizeModeActions
__pycache__/-0755rm
clpwd.py36430644editdlrm
config.py151870644editdlrm
hardware.py52160644editdlrm
pkgplatform.py3090644editdlrm
rhncli.py76400644editdlrm
rhnreg.py119180644editdlrm
rhnserver.py87410644editdlrm
rpcServer.py118280644editdlrm
statistics.py13050644editdlrm
up2dateAuth.py134170644editdlrm
up2dateErrors.py81780644editdlrm
up2dateLog.py23120644editdlrm
up2dateUtils.py17440644editdlrm
__init__.py00644editdlrm
Edit: /usr/lib/python3.9/site-packages/up2date_client/pkgplatform.py (309B)
# Client code for Update Agent # Copyright (c) 2011--2012 Red Hat, Inc. Distributed under GPLv2. # # Author: Simon Lukasik # # substituted to the prefered platfrom by Makefile _platform='rpm' def getPlatform(): if _platform != '@PLAT' + 'FORM@': return _platform else: return 'rpm'