Skip to content

Commit f6c06a4

Browse files
author
Dan
committed
Removed gipc import
1 parent 483e085 commit f6c06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded_server/embedded_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*Warning* - Note that commands, with or without a shell, are actually run on the system running this server. Destructive commands will affect the system as permissions of user running the server allow. **Use at your own risk**.
3939
"""
4040

41-
from gipc import start_process
41+
# from gipc import start_process
4242
from multiprocessing import Process
4343
import sys
4444
if 'threading' in sys.modules:

0 commit comments

Comments
 (0)