Add future import to resolve compatibility problems
parent
7d84c63e8e
commit
c8c48a305a
|
@ -1,4 +1,5 @@
|
||||||
"""Python STIX2 FileSystem Source/Sink"""
|
"""Python STIX2 FileSystem Source/Sink"""
|
||||||
|
from __future__ import print_function # Temporary while we address TODO statement
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import io
|
import io
|
||||||
|
|
Loading…
Reference in New Issue