Skip to content

Commit 15946f9

Browse files
committed
Fix incorrect shebang lines
Closes #2.
1 parent 5d9d379 commit 15946f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/deepzoom/deepzoom-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env python
1+
#!/usr/bin/env python
22
#
33
# deepzoom-server - Example web application for serving whole-slide images
44
#

examples/deepzoom/deepzoom-tile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env python
1+
#!/usr/bin/env python
22
#
33
# deepzoom-tile - Convert whole-slide images to Deep Zoom format
44
#

0 commit comments

Comments
 (0)