From 9ef423de71aeeab816470e341781e889df0fe783 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 2 Oct 2014 01:26:46 -0700 Subject: [PATCH] . --- data.py | 2 +- notes.py | 3 --- strings.py | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/data.py b/data.py index 94d96be..1d0a26a 100755 --- a/data.py +++ b/data.py @@ -3,7 +3,7 @@ # D'Addario stock via http://www.daddario.com/upload/tension_chart_13934.pdf # Circle K String stock http://circlekstrings.com/CKSIMAGES/UnitWeightChart130105.pdf -# Circle K strings lack offical names, so were given +# string names don't necessarily match up with their actual product names daddario_plain_steel = ( ('DAPL007' , .00001085), diff --git a/notes.py b/notes.py index b76a31a..019e09f 100755 --- a/notes.py +++ b/notes.py @@ -47,6 +47,3 @@ if __name__ == '__main__': test('D3' , 146.83) test('A2' , 110.00) test('E2' , 82.41) - - import sys - sys.exit(0) diff --git a/strings.py b/strings.py index 407059a..b3e7704 100755 --- a/strings.py +++ b/strings.py @@ -76,6 +76,3 @@ if __name__ == '__main__': test('NW049' , '0.00043014', 18.97, E2) test('NW050*', '? ', 19.68, E2) test('NW052' , '0.00048109', 21.15, E2) - - import sys - sys.exit(0)