/proc/self/root/proc/thread-self/root/lib64/python3.9/site-packages/libdnf
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
from __future__ import absolute_import # error needs to be imported first and with global visibility for its symbols,# as it defines a python exception, which is a global variable and the other# modules use the symbol.import sys, ossys.setdlopenflags(os.RTLD_NOW | os.RTLD_GLOBAL)from . import errorsys.setdlopenflags(os.RTLD_NOW) from . import common_typesfrom . import conffrom . import modulefrom . import repofrom . import transactionfrom . import utils