This commit is contained in:
Kovid Goyal 2019-05-25 17:53:13 +05:30
commit 10f57cf499
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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