3 # Allow execution from anywhere
7 sys
.path
.insert(0, os
.path
.dirname(os
.path
.abspath(__file__
)))
11 from bundle
.pyinstaller
import main
13 warnings
.warn(DeprecationWarning('`pyinst.py` is deprecated and will be removed in a future version. '
14 'Use `bundle.pyinstaller` instead'))
16 if __name__
== '__main__':