From 45dd9c06cba50124e011c87c969752ddf7017b88 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 12 Feb 2013 10:05:34 +0100 Subject: Fix some typos --- src/account/test/TestAccount.py | 2 +- src/account/test/TestGroup.py | 2 +- src/account/test/TestMemberOfGroup.py | 2 +- src/account/test/TestService.py | 2 +- src/account/test/common.py | 2 +- src/account/test/methods.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/account/test') diff --git a/src/account/test/TestAccount.py b/src/account/test/TestAccount.py index 7157b52..52cb1b4 100644 --- a/src/account/test/TestAccount.py +++ b/src/account/test/TestAccount.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # from common import AccountBase diff --git a/src/account/test/TestGroup.py b/src/account/test/TestGroup.py index 2cf5228..19e586b 100644 --- a/src/account/test/TestGroup.py +++ b/src/account/test/TestGroup.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # from common import AccountBase diff --git a/src/account/test/TestMemberOfGroup.py b/src/account/test/TestMemberOfGroup.py index 19071ef..1d521f8 100644 --- a/src/account/test/TestMemberOfGroup.py +++ b/src/account/test/TestMemberOfGroup.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # from common import AccountBase diff --git a/src/account/test/TestService.py b/src/account/test/TestService.py index 08a47ee..28b98a4 100644 --- a/src/account/test/TestService.py +++ b/src/account/test/TestService.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # from common import AccountBase diff --git a/src/account/test/common.py b/src/account/test/common.py index 2ffbbcf..ce525b0 100644 --- a/src/account/test/common.py +++ b/src/account/test/common.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # import pywbem diff --git a/src/account/test/methods.py b/src/account/test/methods.py index b40859f..45106ac 100644 --- a/src/account/test/methods.py +++ b/src/account/test/methods.py @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # -# Authors: Roman Rakus # import subprocess -- cgit