From a71fe609cbd86a91f1fe57b93d16bb4c33b70241 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 24 Oct 2010 09:45:02 -0400 Subject: [PATCH] Move __version__ import from sawsim_histogram to sawsim (for caching). --- pysawsim/sawsim.py | 1 + pysawsim/sawsim_histogram.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pysawsim/sawsim.py b/pysawsim/sawsim.py index 67cfe29..c0589ef 100644 --- a/pysawsim/sawsim.py +++ b/pysawsim/sawsim.py @@ -35,6 +35,7 @@ from random import shuffle import shutil from uuid import uuid4 +from . import __version__ from .manager import MANAGERS, get_manager, InvokeJob diff --git a/pysawsim/sawsim_histogram.py b/pysawsim/sawsim_histogram.py index 8208c79..3001fd8 100644 --- a/pysawsim/sawsim_histogram.py +++ b/pysawsim/sawsim_histogram.py @@ -19,7 +19,6 @@ import numpy -from . import __version__, log from .histogram import Histogram from .manager import MANAGERS, get_manager from .sawsim import SawsimRunner -- 2.26.2