6c2fa2d frontend: avoid cyclic imports, and function-local imports

2 files Authored by praiskup 2 years ago, Committed by frostyx 2 years ago,
    frontend: avoid cyclic imports, and function-local imports
    
    Typical work-around to the "cyclic import" problems in Python is stop
    consuming the module contents at the "importing time" (aka "from module
    import Class") but delay the consumption to the runtime.  We shouldn't
    delay the importing stuff to runtime, though.
    
        
  • Zuul
    success
    Jobs result is success
    2 years ago
  • Copr build
    success (100%)
    #4550739
    2 years ago
  • Copr build
    success (100%)
    #4550753
    2 years ago