PKG: Rename scivi to skivi.

This commit is contained in:
Stefan van der Walt
2012-02-03 21:18:52 -08:00
parent 118cd49c18
commit e4a14ee3a3
7 changed files with 17 additions and 17 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/usr/bin/env python
if __name__ == "__main__":
from skimage.scripts import scivi
scivi.main()
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python
if __name__ == "__main__":
from skimage.scripts import skivi
skivi.main()
@@ -4,7 +4,7 @@ def main():
import sys
if len(sys.argv) != 2:
print "Usage: scivi <image-file>"
print "Usage: skivi <image-file>"
sys.exit(-1)
io.use_plugin('qt')