From 338f2b7bc07c7c2a86b7ed7792baabfe87e987ab Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 18 Jan 2007 16:58:52 +0000 Subject: Attribute error svn path=/main/trunk/; revision=5703 --- pym/portage_news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage_news.py b/pym/portage_news.py index 736dcf833..4434c1294 100644 --- a/pym/portage_news.py +++ b/pym/portage_news.py @@ -29,7 +29,7 @@ class NewsManager(object): def __init__( self, root, NEWS_PATH, UNREAD_PATH, LANGUAGE_ID='en' ): self.NEWS_PATH = NEWS_PATH self.UNREAD_PATH = UNREAD_PATH - self.TIMESTAMP_PATH = os.path.join( root, self.NEWS_LIB_PATH, NewsManager.TIMESTAMP_FILE ) + self.TIMESTAMP_PATH = os.path.join( root, self.NEWS_PATH, NewsManager.TIMESTAMP_FILE ) self.target_root = root self.LANGUAGE_ID = LANGUAGE_ID self.config = config( config_root = os.environ.get("PORTAGE_CONFIGROOT", "/"), -- cgit v1.2.3-1-g7c22