Module structure has been changed in pydevd (PY-18442)

This commit is contained in:
Dmitry Trofimov
2016-02-09 00:20:23 +01:00
parent 54ea340e4b
commit ed129e644d
+8 -9
View File
@@ -1,17 +1,16 @@
import os
import pydev_imports
import sys
import time
import traceback
from _pydevd_bundle.pydevd_utils import save_main_module
from socket import AF_INET
from socket import SOCK_STREAM
from socket import socket
import time
import sys
import traceback
import os
from prof_io import ProfWriter, ProfReader
from pydevd_utils import save_main_module
import pydev_imports
from prof_util import generate_snapshot_filepath, statsToResponse
from _prof_imports import ProfilerResponse
from prof_io import ProfWriter, ProfReader
from prof_util import generate_snapshot_filepath, statsToResponse
base_snapshot_path = os.getenv('PYCHARM_SNAPSHOT_PATH')
remote_run = bool(os.getenv('PYCHARM_REMOTE_RUN', ''))