Import with statement in src/sorting/scaling.py for Python 2.5.
authorW. Trevor King <wking@drexel.edu>
Mon, 25 Oct 2010 14:09:55 +0000 (10:09 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 25 Oct 2010 14:09:55 +0000 (10:09 -0400)
src/sorting/scaling.py

index a2bbb44dad0373aa34bef2fef53aca00c3da5fb3..0d8d6d2d220b7f8f00ae379de761ceae4fc30382 100755 (executable)
@@ -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