Add import for Py2 and Py3 compatibility
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# Python wrapper on LAMMPS library via ctypes
|
||||
from __future__ import print_function
|
||||
|
||||
import sys, traceback, types
|
||||
from ctypes import *
|
||||
|
||||
Reference in New Issue
Block a user