summaryrefslogtreecommitdiffstats
path: root/pym/portage_news.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-18 16:58:52 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-18 16:58:52 +0000
commit338f2b7bc07c7c2a86b7ed7792baabfe87e987ab (patch)
tree0efe75461a0e9cdaab52a3621ab9bd8df80b6ca3 /pym/portage_news.py
parent07fe1d26159d82ef2aee51c9fd13729f5a607ec5 (diff)
downloadportage-338f2b7bc07c7c2a86b7ed7792baabfe87e987ab.tar.gz
portage-338f2b7bc07c7c2a86b7ed7792baabfe87e987ab.tar.bz2
portage-338f2b7bc07c7c2a86b7ed7792baabfe87e987ab.zip
Attribute error
svn path=/main/trunk/; revision=5703
Diffstat (limited to 'pym/portage_news.py')
-rw-r--r--pym/portage_news.py2
1 files changed, 1 insertions, 1 deletions
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", "/"),