projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2f41e
)
Don't wrap os.statvfs since it requires unicode string args in py3k.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 21 Sep 2009 22:20:28 +0000
(22:20 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 21 Sep 2009 22:20:28 +0000
(22:20 -0000)
svn path=/main/trunk/; revision=14369
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index b0b80449a7cdd4736b98c7447f77edfc17497e23..5141e98189732d1267c8c041c84a8923b631e57c 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-256,6
+256,7
@@
_os_overrides = {
id(_os.fdopen) : _os.fdopen,
id(_os.popen) : _os.popen,
id(_os.read) : _os.read,
+ id(_os.statvfs) : _os.statvfs,
id(_os.system) : _os.system,
}