fix shebang in hocrtransform.py

This commit is contained in:
Sean Whitton
2016-02-03 17:48:35 -07:00
parent 12bc58b5b6
commit 6a5ea2d64a
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/env python3
##############################################################################
# Copyright (c) 2013-14: fritz-hh from Github
# (https://github.com/fritz-hh)