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