mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove space characters from djvu shebangs
This commit is contained in:
parent
d7cb0787fd
commit
e417743bdb
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import (unicode_literals, division, absolute_import,
|
from __future__ import (unicode_literals, division, absolute_import,
|
||||||
print_function)
|
print_function)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
from __future__ import (unicode_literals, division, absolute_import,
|
from __future__ import (unicode_literals, division, absolute_import,
|
||||||
print_function)
|
print_function)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user