mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 18:25:38 +08:00
Reinstate Python 2 compatibility.
This commit is contained in:
@@ -5,6 +5,8 @@ Usage:
|
||||
loadsave.py <in.segy> <out.segy>
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
|
||||
import sys
|
||||
|
||||
@@ -6,6 +6,7 @@ Usage:
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
import datetime
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user