mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-13 19:52:31 +01:00
Remove unused func from mobi.py, possible py2/3 issues.
This commit is contained in:
parent
6b3992e238
commit
7ba1f58788
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ languages = {"en-us" : 0x0409,
|
|||
"en" : 0x0009,
|
||||
"en-gb" : 0x0809}
|
||||
|
||||
def ToHex(s):
|
||||
v = ['%.2x' % ord(c) for c in s]
|
||||
return ' '.join(v)
|
||||
|
||||
class _SubEntry:
|
||||
def __init__(self, pos, html_data):
|
||||
self.pos = pos
|
||||
|
|
|
|||
Loading…
Reference in a new issue