From: Ondrej Lichtner olichtne@redhat.com
Several Common modules had this typo for a long time without anyone noticing.
Reported-by: Jan Tluka jtluka@redhat.com Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst/Common/Config.py | 2 +- lnst/Common/GitVersion.py | 2 +- lnst/Common/LoggingHandler.py | 2 +- lnst/Common/Logs.py | 2 +- lnst/Common/ProcessManager.py | 4 ++-- lnst/Common/ShellProcess.py | 2 +- lnst/Common/Utils.py | 2 +- lnst/Common/Version.py | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/lnst/Common/Config.py b/lnst/Common/Config.py index 2edf854..c2044f7 100644 --- a/lnst/Common/Config.py +++ b/lnst/Common/Config.py @@ -6,7 +6,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ olichtne@redhat.com (Ondrej Lichtner) """
diff --git a/lnst/Common/GitVersion.py b/lnst/Common/GitVersion.py index b24962a..fe088a2 100644 --- a/lnst/Common/GitVersion.py +++ b/lnst/Common/GitVersion.py @@ -8,7 +8,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ olichtne@redhat.com (Ondrej Lichtner) """
diff --git a/lnst/Common/LoggingHandler.py b/lnst/Common/LoggingHandler.py index a236922..e2a5dff 100644 --- a/lnst/Common/LoggingHandler.py +++ b/lnst/Common/LoggingHandler.py @@ -10,7 +10,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ olichtne@redhat.com (Ondrej Lichtner) """
diff --git a/lnst/Common/Logs.py b/lnst/Common/Logs.py index 36e0580..06c8217 100644 --- a/lnst/Common/Logs.py +++ b/lnst/Common/Logs.py @@ -6,7 +6,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ jzupka@redhat.com (Jiri Zupka) """ import os, sys, shutil diff --git a/lnst/Common/ProcessManager.py b/lnst/Common/ProcessManager.py index 1995d15..8c5f2e7 100644 --- a/lnst/Common/ProcessManager.py +++ b/lnst/Common/ProcessManager.py @@ -6,7 +6,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ jzupka@redhat.com (Jiri Zupka) """ import os, signal, thread, logging @@ -91,4 +91,4 @@ lock.acquire() if os.waitpid != ProcessManager.waitpid: ProcessManager.std_waitpid = os.waitpid os.waitpid = ProcessManager.waitpid -lock.release() \ No newline at end of file +lock.release() diff --git a/lnst/Common/ShellProcess.py b/lnst/Common/ShellProcess.py index 58c4bd1..74c1c14 100644 --- a/lnst/Common/ShellProcess.py +++ b/lnst/Common/ShellProcess.py @@ -6,7 +6,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ jzupka@redhat.com (Jiri Zupka) """ import pty, os, termios, time, signal, re, select diff --git a/lnst/Common/Utils.py b/lnst/Common/Utils.py index 93e9560..0a903be 100644 --- a/lnst/Common/Utils.py +++ b/lnst/Common/Utils.py @@ -6,7 +6,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ jzupka@redhat.com (Jiri Zupka) """ import functools diff --git a/lnst/Common/Version.py b/lnst/Common/Version.py index b2da2d2..c7bacfd 100644 --- a/lnst/Common/Version.py +++ b/lnst/Common/Version.py @@ -7,7 +7,7 @@ Licensed under the GNU General Public License, version 2 as published by the Free Software Foundation; see COPYING for details. """
-__autor__ = """ +__author__ = """ olichtne@redhat.com (Ondrej Lichtner) """