Fix a typo.
authorZac Medico <zmedico@gentoo.org>
Fri, 24 Aug 2007 01:18:59 +0000 (01:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 24 Aug 2007 01:18:59 +0000 (01:18 -0000)
svn path=/main/trunk/; revision=7690

pym/portage/tests/news/test_NewsItem.py

index 6df8717280a0f05c70cc75b667123afc2fd338b5..f9b39dd078d99571da74b207b8d0bdb30022dfe7 100644 (file)
@@ -74,7 +74,7 @@ The revdep-rebuild tool is provided by app-portage/gentoolkit.
        def _processItem( self, item ):
 
                path = os.path.join( settings["PORTAGE_TMPDIR"], str(time.time())
-               f = open( os.path.join( path )
+               f = open(path)
                f.write(item)
                f.close
                try: