projects
/
parallel_computing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d00f11
)
Import with statement in src/sorting/scaling.py for Python 2.5.
author
W. Trevor King
<wking@drexel.edu>
Mon, 25 Oct 2010 14:09:55 +0000
(10:09 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 25 Oct 2010 14:09:55 +0000
(10:09 -0400)
src/sorting/scaling.py
patch
|
blob
|
history
diff --git
a/src/sorting/scaling.py
b/src/sorting/scaling.py
index a2bbb44dad0373aa34bef2fef53aca00c3da5fb3..0d8d6d2d220b7f8f00ae379de761ceae4fc30382 100755
(executable)
--- a/
src/sorting/scaling.py
+++ b/
src/sorting/scaling.py
@@
-8,6
+8,8
@@
The executable should support one of the following:
Where the data file is of the format output by data.py.
"""
+from __future__ import with_statement
+
import subprocess
import time
import sys