Remove temporary workaround for python3-lttng

This commit is contained in:
Christophe Bedard 2019-06-25 15:13:56 +02:00
parent be117ae072
commit e97a649c21
2 changed files with 8 additions and 10 deletions

View file

@ -14,19 +14,13 @@
"""Interface for tracing with LTTng."""
import sys
from typing import List
# Temporary workaround
sys.path = ['/usr/local/lib/python3.6/site-packages'] + sys.path
import lttng
import lttng # noqa: E402
from .names import ( # noqa: E402
DEFAULT_CONTEXT,
DEFAULT_EVENTS_KERNEL,
DEFAULT_EVENTS_ROS,
)
from .names import DEFAULT_CONTEXT
from .names import DEFAULT_EVENTS_KERNEL
from .names import DEFAULT_EVENTS_ROS
def lttng_init(