projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d3aa9
)
Fix a typo.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 24 Aug 2007 01:18:59 +0000
(
01:18
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/tests/news/test_NewsItem.py
b/pym/portage/tests/news/test_NewsItem.py
index 6df8717280a0f05c70cc75b667123afc2fd338b5..f9b39dd078d99571da74b207b8d0bdb30022dfe7 100644
(file)
--- a/
pym/portage/tests/news/test_NewsItem.py
+++ b/
pym/portage/tests/news/test_NewsItem.py
@@
-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: