move the CSV tax table into its own subdirectory

This commit is contained in:
Colin Kuskie 2008-02-18 19:48:42 +00:00
parent 215031bb4e
commit 95a327ea62
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
field,value,taxRate
country,USA,0.1
state,Wisconsin,5.0
city,Madcity-Baby,0.5
code,53701,0.5
1 field value taxRate
2 country USA 0.1
3 state Wisconsin 5.0
4 city Madcity-Baby 0.5
5 code 53701 0.5