X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=python-lttngust%2Flttngust%2F__init__.py.in;fp=python-lttngust%2Flttngust%2F__init__.py.in;h=b70c2e839093107b61fbea857a90973fe14c92c4;hb=5b6ff569c0bf82b72f263a259e7a73a453903648;hp=0000000000000000000000000000000000000000;hpb=4ed2398507da76ed80dd09b996242066fa34e2a0;p=lttng-ust.git diff --git a/python-lttngust/lttngust/__init__.py.in b/python-lttngust/lttngust/__init__.py.in new file mode 100644 index 00000000..b70c2e83 --- /dev/null +++ b/python-lttngust/lttngust/__init__.py.in @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2015 - Philippe Proulx +# +# This library is free software; you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License as published by the Free +# Software Foundation; version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this library; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +from __future__ import unicode_literals + +# this creates the daemon threads and registers the application +import lttngust.agent + + +__version__ = '@PACKAGE_VERSION@'