diff --git a/swan/__init__.py b/swan-vis/__init__.py similarity index 100% rename from swan/__init__.py rename to swan-vis/__init__.py diff --git a/swan/graph.py b/swan-vis/graph.py similarity index 100% rename from swan/graph.py rename to swan-vis/graph.py diff --git a/swan/plottedgraph.py b/swan-vis/plottedgraph.py similarity index 100% rename from swan/plottedgraph.py rename to swan-vis/plottedgraph.py diff --git a/swan/report.py b/swan-vis/report.py similarity index 100% rename from swan/report.py rename to swan-vis/report.py diff --git a/swan/swangraph.py b/swan-vis/swangraph.py similarity index 100% rename from swan/swangraph.py rename to swan-vis/swangraph.py diff --git a/swan/utils.py b/swan-vis/utils.py similarity index 99% rename from swan/utils.py rename to swan-vis/utils.py index 66e8af8..55574f6 100644 --- a/swan/utils.py +++ b/swan-vis/utils.py @@ -5,7 +5,6 @@ import os import copy from collections import defaultdict -import sqlite3 # creates the duplicate index def create_dupe_index(df, ind_name):