From f3e881e3a080da6559bef4bd79698cd6a73e7172 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Sun, 19 Jun 2022 12:06:06 +0100 Subject: [PATCH] made the run_system available from the binarycpython import --- binarycpython/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/binarycpython/__init__.py b/binarycpython/__init__.py index 5d82f47b2..50bf4c641 100644 --- a/binarycpython/__init__.py +++ b/binarycpython/__init__.py @@ -1,7 +1,5 @@ """ Init function for binarycpython module - -Make population accessible here """ from binarycpython.utils.grid import Population -- GitLab