• AngelByDay's avatar
    Force namespace resolution of imports · 38307ece
    AngelByDay authored
    The current import for some local modules causes errors when those already exist in site-packages on the target system.
    Namely "import db" is ambiguous and may cause errors due to loading of the 'db' PyPI package instead of the module.
    38307ece
web.py 65.6 KB