diff options
author | francis <francis> | 2008-04-14 12:23:30 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-14 12:23:30 +0000 |
commit | d89189050b82d733b7536464ded75b9883bc7da4 (patch) | |
tree | e3524cbdfb908b4cde2f8188d3c54d58e7f5f96e /script | |
parent | cbd99b225b27c8a0e7b8a1754840b7f204334130 (diff) |
Style updates.
Remove command line CSV import script.
Diffstat (limited to 'script')
-rwxr-xr-x | script/import-public-body-csv | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/script/import-public-body-csv b/script/import-public-body-csv deleted file mode 100755 index 269b7cee6..000000000 --- a/script/import-public-body-csv +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -LOC=`dirname $0` - -# Arguments are: -# - tag to use for public bodies from this spreadsheet - -$LOC/runner 'STDERR.write(PublicBody.import_csv(STDIN.read, "'$1'"))' - - |