Reinstate Python 2 compatibility.

This commit is contained in:
Robert Smallshire
2015-01-31 16:00:14 +01:00
parent 38511e67ba
commit 4862f347df
7 changed files with 71 additions and 59 deletions
+2
View File
@@ -5,6 +5,8 @@ Usage:
loadsave.py <in.segy> <out.segy>
"""
from __future__ import print_function
import os
import sys
+1
View File
@@ -6,6 +6,7 @@ Usage:
"""
from __future__ import print_function
import datetime
import os