From 6af6d3138286abf32a1d70159fb4de4771b7081e Mon Sep 17 00:00:00 2001 From: fairliereese Date: Thu, 6 Feb 2020 15:49:24 -0800 Subject: [PATCH] changing the name --- {swan => swan-vis}/__init__.py | 0 {swan => swan-vis}/graph.py | 0 {swan => swan-vis}/plottedgraph.py | 0 {swan => swan-vis}/report.py | 0 {swan => swan-vis}/swangraph.py | 0 {swan => swan-vis}/utils.py | 1 - 6 files changed, 1 deletion(-) rename {swan => swan-vis}/__init__.py (100%) rename {swan => swan-vis}/graph.py (100%) rename {swan => swan-vis}/plottedgraph.py (100%) rename {swan => swan-vis}/report.py (100%) rename {swan => swan-vis}/swangraph.py (100%) rename {swan => swan-vis}/utils.py (99%) 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):