Add import for Py2 and Py3 compatibility

This commit is contained in:
Richard Berger
2016-07-14 17:49:21 -04:00
parent 85d7e571e3
commit ed555b86dd

View File

@ -12,6 +12,7 @@
# -------------------------------------------------------------------------
# Python wrapper on LAMMPS library via ctypes
from __future__ import print_function
import sys, traceback, types
from ctypes import *