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