From 3eba86e650f2a9524874b6d544dc3e1a244d7e1f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 9 Aug 2016 20:57:28 -0400 Subject: [PATCH] builtins module doesn't seem to exist in some older python 2.x installations. try without. --- python/lammps.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/lammps.py b/python/lammps.py index 6b7c78dd10..98091989dd 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -15,10 +15,6 @@ # for python3 compatibility from __future__ import print_function -from builtins import zip -from builtins import str -from builtins import range -from builtins import object # imports for simple LAMMPS python wrapper module "lammps" import sys,traceback,types