diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-08-30 16:09:41 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-08-30 16:09:41 -0400 |
commit | ea0bbd187c539b30c6b70a7a220ca1249f3cca41 (patch) | |
tree | bfc64ff8328e952e4348440fbe77a85aee88f48e /scripts/smc | |
parent | 0206b3bdab5ca17b8e22806c34330dd58d55e429 (diff) | |
download | steuermann-f95cfa5c88a0ba2ce91e6892523b3107d3fd94f1.tar.gz |
hacked together prototype of steuermann 21.9
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@381 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'scripts/smc')
-rw-r--r-- | scripts/smc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/smc b/scripts/smc new file mode 100644 index 0000000..3937855 --- /dev/null +++ b/scripts/smc @@ -0,0 +1,4 @@ +#! python +import steuermann.run_all as run_all + +run_all.main() |