Fix another typo.
authorZac Medico <zmedico@gentoo.org>
Fri, 24 Aug 2007 02:28:37 +0000 (02:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 24 Aug 2007 02:28:37 +0000 (02:28 -0000)
svn path=/main/trunk/; revision=7691

pym/portage/tests/news/test_NewsItem.py

index f9b39dd078d99571da74b207b8d0bdb30022dfe7..1fa357fb878ce1d571cbbf421ca81811dd109abd 100644 (file)
@@ -73,7 +73,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())
+               path = os.path.join(settings["PORTAGE_TMPDIR"], str(time.time()))
                f = open(path)
                f.write(item)
                f.close