Files
Grinch-AP/bundle/_rt_hook.py
Kevin Cathcart 4271b4430a Add pyinstaller bundle support
Will allow creating generating pre-made builds for windows that do not
require python to be already installed.
2017-12-02 16:38:34 -05:00

5 lines
73 B
Python

import sys
import os
sys.path.append(os.path.join(sys._MEIPASS, "ext"))