projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec60216
)
Import os in libbe.subproc if _POSIX == True
author
W. Trevor King
<wking@drexel.edu>
Fri, 20 Nov 2009 22:07:57 +0000
(17:07 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 20 Nov 2009 22:07:57 +0000
(17:07 -0500)
libbe/subproc.py
patch
|
blob
|
history
diff --git
a/libbe/subproc.py
b/libbe/subproc.py
index e925c62ac98abc5ce694ab7396b1ebcb74b587db..3e58271daba780421ad060703a6cf4edd9278f42 100644
(file)
--- a/
libbe/subproc.py
+++ b/
libbe/subproc.py
@@
-28,6
+28,7
@@
_MSWINDOWS = sys.platform == 'win32'
_POSIX = not _MSWINDOWS
if _POSIX == True:
+ import os
import select
class CommandError(Exception):