mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
3 lines
118 B
Python
3 lines
118 B
Python
from .killableprocess import Popen, mswindows
|
|
if mswindows:
|
|
from .winprocess import STARTUPINFO, STARTF_USESHOWWINDOW |