#!/usr/local/bin/python3 from importlib.machinery import SourceFileLoader f = SourceFileLoader('os', '.') print(f.exec_module('os'))