Extras: Fixed inconsistent use of space and tabs in lttng.i.in.
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 14 Jan 2013 16:45:49 +0000 (16:45 +0000)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 17 Jan 2013 15:55:09 +0000 (10:55 -0500)
Python 3 does not allow mixing spaces and tabs. This eliminates the
error encountered when importing the lttng module in a Python 3
interpreter.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
extras/bindings/swig/python/lttng.i.in

index 244bc2282da9639a432ba9820c9d787a56909d0f..c947ce3dd499d45b4dfe37546536b9e2a9f112a4 100644 (file)
@@ -715,7 +715,7 @@ def calibrate(handle, calibrate):
 
 %pythoncode %{
 class Handle:
 
 %pythoncode %{
 class Handle:
-        """
+       """
        Manages a handle.
        Takes two arguments: (str session_name, Domain domain)
        """
        Manages a handle.
        Takes two arguments: (str session_name, Domain domain)
        """
This page took 0.027128 seconds and 5 git commands to generate.