test_threads.el 215 B

12345
  1. (add-to-list 'load-path "~/emacspy")
  2. (load "~/emacspy/emacspy")
  3. (exec-python "import sys, os; sys.path+=[os.path.expanduser('~/emacspy'), os.path.expanduser('~/emacspy/tests')]")
  4. (exec-python "import test_threads")