Fix: pass private data to context callbacks
[lttng-ust.git] / python-lttngust / lttngust / __init__.py
CommitLineData
de4dee04
PP
1# -*- coding: utf-8 -*-
2#
c0c0989a 3# SPDX-License-Identifier: LGPL-2.1-only
de4dee04 4#
c0c0989a 5# Copyright (C) 2015 Philippe Proulx <pproulx@efficios.com>
de4dee04
PP
6
7from __future__ import unicode_literals
8
50d2bb48
MJ
9from .version import __version__
10from .version import __soname_major__
11
de4dee04
PP
12# this creates the daemon threads and registers the application
13import lttngust.agent
This page took 0.02979 seconds and 4 git commands to generate.