From 689e9715fa92d4d05419cf9f582dbf0b089de6d4 Mon Sep 17 00:00:00 2001 From: Katy Brown Date: Tue, 1 Oct 2024 16:28:43 +0100 Subject: [PATCH] trying to fix windows import error --- plot_phylo/__init__.py | 1 + tests/test_plot_phylo_data.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plot_phylo/__init__.py b/plot_phylo/__init__.py index 2316887..fa7e16d 100644 --- a/plot_phylo/__init__.py +++ b/plot_phylo/__init__.py @@ -1 +1,2 @@ +from plot_phylo import * __author__ = 'Katy Brown, Duncan Cross' diff --git a/tests/test_plot_phylo_data.py b/tests/test_plot_phylo_data.py index 4a9e423..51bdb8a 100644 --- a/tests/test_plot_phylo_data.py +++ b/tests/test_plot_phylo_data.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -from plot_phylo.plot_phylo import plot_phylo +import plot_phylo import copy # Default parameters values