mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
MIN: use print() instead of print
This commit is contained in:
@@ -6,7 +6,7 @@ def main():
|
||||
import sys
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
print "Usage: skivi <image-file>"
|
||||
print("Usage: skivi <image-file>")
|
||||
sys.exit(-1)
|
||||
|
||||
io.use_plugin('qt')
|
||||
|
||||
Reference in New Issue
Block a user