From ac8643678ba010205461f34eb0f140d4db27d5b1 Mon Sep 17 00:00:00 2001 From: Tim Mahrt Date: Sat, 9 Jul 2016 17:23:18 +0200 Subject: [PATCH] REFACTOR: Names follow pep008 --- test/{basicExamples.py => basic_examples.py} | 0 test/{syllabifyTextgrid.py => syllabify_textgrid.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{basicExamples.py => basic_examples.py} (100%) rename test/{syllabifyTextgrid.py => syllabify_textgrid.py} (100%) diff --git a/test/basicExamples.py b/test/basic_examples.py similarity index 100% rename from test/basicExamples.py rename to test/basic_examples.py diff --git a/test/syllabifyTextgrid.py b/test/syllabify_textgrid.py similarity index 100% rename from test/syllabifyTextgrid.py rename to test/syllabify_textgrid.py