From 7e77bc02d2e585ef675a688727f69514f21ba176 Mon Sep 17 00:00:00 2001 From: Joseph Keshet Date: Mon, 27 Jun 2016 12:52:42 -0500 Subject: [PATCH] new file names --- koko.py => extract_features.py | 0 formants.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename koko.py => extract_features.py (100%) diff --git a/koko.py b/extract_features.py similarity index 100% rename from koko.py rename to extract_features.py diff --git a/formants.py b/formants.py index cae8fc9..09bbc08 100644 --- a/formants.py +++ b/formants.py @@ -1,5 +1,5 @@ -import Extract_Features as features +import extract_features as features from subprocess import call import sys import argparse