From 052de8440f4a98900ad736b246fb48ffc23e7c4e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 18 Jul 2016 21:13:56 -0400 Subject: [PATCH] derive class lammps from object to follow the usual python conventions --- python/lammps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/lammps.py b/python/lammps.py index 6cf585847c..168aa8fab0 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -28,8 +28,7 @@ import os import select import re - -class lammps: +class lammps(object): # detect if Python is using version of mpi4py that can pass a communicator has_mpi4py_v2 = False