#!/usr/local/bin/python3 from importlib import find_loader, spec_from_file_location l = find_loader('os') spec_from_file_location('os', loader=l)