mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
PKG: Rename scivi to skivi.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
if __name__ == "__main__":
|
||||
from skimage.scripts import scivi
|
||||
scivi.main()
|
||||
|
||||
Executable
+6
@@ -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')
|
||||
Reference in New Issue
Block a user