Merge branch 'Remove_double_space' of https://github.com/madpilot78/calibre

This commit is contained in:
Kovid Goyal 2017-12-30 07:27:07 +05:30
commit 083212f63f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
from __future__ import (unicode_literals, division, absolute_import, from __future__ import (unicode_literals, division, absolute_import,
print_function) print_function)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
__author__ = "stackoverflow community" __author__ = "stackoverflow community"
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
""" """