projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b09e61
)
Fix syntax.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Jan 2007 06:50:15 +0000
(06:50 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 19 Jan 2007 06:50:15 +0000
(06:50 -0000)
svn path=/main/trunk/; revision=5722
pym/portage_news.py
patch
|
blob
|
history
diff --git
a/pym/portage_news.py
b/pym/portage_news.py
index 26d2607c743eafa38c17b8671ba05487f0627955..b54261d927ef7fa99b579c4d8b296b4a56bb0123 100644
(file)
--- a/
pym/portage_news.py
+++ b/
pym/portage_news.py
@@
-123,7
+123,7
@@
class NewsManager(object):
unreadfile = os.path.join( self.UNREAD_PATH, "news-"+ repoid +".unread" )
try:
- try
;
+ try
:
unread_lock = lockfile(unreadfile)
# Set correct permissions on the news-repoid.unread file
apply_permissions( filename=unreadfile,