wayne676

Results 1 comments of wayne676

import os import sys import json import socket import threading activate_this = os.environ.get("SUBLIMEREPL_ACTIVATE_THIS", None) # turn off pager os.environ['TERM'] = 'emacs' if activate_this: with open(activate_this, "r") as f: exec(f.read(), {"__file__":...