aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-03 21:24:30 +0200
committerMichał Górny <mgorny@gentoo.org>2011-08-03 21:24:30 +0200
commitb59d05b79a64c2362327e8982e979335b5ee57ce (patch)
tree708ed9b797f57eecb441635309c767c8f69a5fd8
parentForce config reload after merges in all PMs. (diff)
downloadpms-test-suite-b59d05b79a64c2362327e8982e979335b5ee57ce.tar.gz
pms-test-suite-b59d05b79a64c2362327e8982e979335b5ee57ce.tar.bz2
pms-test-suite-b59d05b79a64c2362327e8982e979335b5ee57ce.zip
Whitespace.
-rw-r--r--pmstestsuite/pm/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pmstestsuite/pm/__init__.py b/pmstestsuite/pm/__init__.py
index 3db7772..e268f7f 100644
--- a/pmstestsuite/pm/__init__.py
+++ b/pmstestsuite/pm/__init__.py
@@ -36,7 +36,7 @@ class PackageManager(ABCObject):
def name(self):
"""
Human-readable, short PM name (used in option values).
-
+
@type: string
"""
pass
@@ -55,7 +55,7 @@ class PackageManager(ABCObject):
def remanifest(self, paths):
"""
Regenerate Manifests in paths.
-
+
@param paths: directory names to regenerate manifests in
@type paths: iterable(string)
"""
@@ -148,7 +148,7 @@ class PackageManager(ABCObject):
def _spawn_unmerge(self, pkgs):
"""
Spawn PM to perform unmerge of packages.
-
+
@param pkgs: packages to merge
@type pkgs: iterable(string)