Merge pull request #45 from spwhitton/hocrtransform-shebang-fix

fix shebang in hocrtransform.py
This commit is contained in:
jbarlow83
2016-02-04 17:21:33 -08:00
+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)