This commit is contained in:
Kovid Goyal 2019-04-11 15:16:29 +05:30
parent efa6ae353a
commit 795bd06ee9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,4 +1,4 @@
from __future__ import unicode_literals from __future__ import absolute_import, division, print_function, unicode_literals
''' '''
Make strings safe for use as ASCII filenames, while trying to preserve as much Make strings safe for use as ASCII filenames, while trying to preserve as much
meaning as possible. meaning as possible.