commit: 4efd7e93ac70b44639fbb324ac3fdd189f563fb3
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 20:23:43 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 20:31:18 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4efd7e93
portage/news.py: Whitespace cleanup
---
pym/portage/news.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pym/portage/news.py b/pym/portage/news.py
index ec10feb..54d4dc9 100644
--- a/pym/portage/news.py
+++ b/pym/portage/news.py
@@ -35,12 +35,12 @@ class NewsManager(object):
This object manages GLEP 42 style news items. It will cache news items
that have previously shown up and notify users when there are relevant
news
items that apply to their packages that the user has not previously
read.
-
+
Creating a news manager requires:
root - typically ${ROOT} see man make.conf and man emerge for details
news_path - path to news items; usually $REPODIR/metadata/news
unread_path - path to the news.repoid.unread file; this helps us track
news items
-
+
"""
def __init__(self, portdb, vardb, news_path, unread_path,
language_id='en'):