f119256 Correct python3.12 warning

Authored and Committed by pemensik 2 months ago
    Correct python3.12 warning
    
    Python since 3.12 prints warning about Py_NoSiteFlag is deprecated. It
    seems that variable is not needed since Python 3.8, since it sets in such
    cases directly config.site_import variable few moments later. Move using
    deprecated variable to versions before that flag in config could be used
    only.
    
        
file modified
+2 -0