From feb0a49f2f7b66c004620c6f948e6097731b7261 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Mon, 10 May 2021 16:16:26 -0400 Subject: [PATCH] Python: Make NeighList a subclass of object --- python/lammps/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps/data.py b/python/lammps/data.py index 892d628356..426da47ab2 100644 --- a/python/lammps/data.py +++ b/python/lammps/data.py @@ -16,7 +16,7 @@ # Written by Richard Berger ################################################################################ -class NeighList: +class NeighList(object): """This is a wrapper class that exposes the contents of a neighbor list. It can be used like a regular Python list. Each element is a tuple of: