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