Fix syntax.
authorZac Medico <zmedico@gentoo.org>
Fri, 19 Jan 2007 06:50:15 +0000 (06:50 -0000)
committerZac 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

index 26d2607c743eafa38c17b8671ba05487f0627955..b54261d927ef7fa99b579c4d8b296b4a56bb0123 100644 (file)
@@ -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,