projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d41d8
)
Remove extra comman in comment.
v2.2_rc57
author
Zac Medico
<zmedico@gentoo.org>
Thu, 10 Dec 2009 01:51:34 +0000
(
01:51
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 10 Dec 2009 01:51:34 +0000
(
01:51
-0000)
svn path=/main/trunk/; revision=15015
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 4dfe866f2e500d4cbaf5d1fd3c76a9f21aaff5fc..7ed9df4a6040f6a5990c75c4871b3d10614692cb 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-7624,7
+7624,7
@@
def movefile(src, dest, newmtime=None, sstat=None, mysettings=None,
return None
# Always use stat_obj[stat.ST_MTIME] for the integral timestamp which
- # is returned,
,
since the stat_obj.st_mtime float attribute rounds *up*
+ # is returned, since the stat_obj.st_mtime float attribute rounds *up*
# if the nanosecond part of the timestamp is 999999881 ns or greater.
try:
if hardlinked: