Files
scikit-image/skimage/scripts/skivi
T
Steven Silvester 2756358f3c Clean up PIL plugin and handle more warnings
Use the pil plugin to load data files

Fix install_requires string formatting

Dead end commit

Make all tools executable

Remove debug print

Suppress PIL resourcewarnings

Handle a few more warnings
2014-12-23 16:48:38 -06:00

6 lines
105 B
Python

#!/usr/bin/env python
if __name__ == "__main__":
from skimage.scripts import skivi
skivi.main()