Fix lint temporarily

This commit is contained in:
Christophe Bedard 2019-06-06 09:39:36 +02:00
parent 3241a9fd0e
commit 6083335c47

View file

@ -1,18 +1,17 @@
# LTTng tracing interface # LTTng tracing interface
import sys import sys
# Temporary workaround
sys.path = ['/usr/local/lib/python3.6/site-packages'] + sys.path
import lttng import lttng # noqa: E402
from .names import ( from .names import ( # noqa: E402
DEFAULT_CONTEXT, DEFAULT_CONTEXT,
DEFAULT_EVENTS_KERNEL, DEFAULT_EVENTS_KERNEL,
DEFAULT_EVENTS_ROS, DEFAULT_EVENTS_ROS,
) )
# Temporary workaround
sys.path = ['/usr/local/lib/python3.6/site-packages'] + sys.path
def lttng_setup(session_name, full_path, def lttng_setup(session_name, full_path,
ros_events=DEFAULT_EVENTS_ROS, ros_events=DEFAULT_EVENTS_ROS,