def main(): ... if __name__ == '__main__': import os os.chdir(os.path.join(os.path.dirname(__file__), '../../')) main()