Fix import error (PY-16878)

This commit is contained in:
Elizaveta Shashkova
2015-09-24 13:03:18 +03:00
parent 6f8d398c1b
commit eb6981dfed
+1
View File
@@ -12,6 +12,7 @@ import gc
from pydevd_comm import CMD_SIGNATURE_CALL_TRACE, NetCommand
import pydevd_vars
from pydevd_constants import xrange
import pydevd_utils
class Signature(object):
def __init__(self, file, name):