mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-21 18:50:05 -05:00
8 lines
177 B
Python
8 lines
177 B
Python
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2016, Kovid Goyal <kovid at kovidgoyal.net>
|
|
from __python__ import hash_literals
|
|
|
|
from pythonize import strings
|
|
|
|
strings()
|