Telethon/telethon/sessions
Lonami Exo 47d9de98ed Raise ImportError and not ValueError when sqlite3 is missing
Excepting ValueError when creating the SQLiteSession could hide
other errors (e.g. using a newer session file on an older version
of the library). Instead, the original error is raised, as if
sqlite3 was being imported within its __init__ method.
2019-02-13 08:52:54 +01:00
..
__init__.py Create a StringSession 2018-08-05 16:24:34 +02:00
abstract.py Improve TakeoutClient proxy and takeout functionality (#1106) 2019-02-10 11:10:41 +01:00
memory.py Improve TakeoutClient proxy and takeout functionality (#1106) 2019-02-10 11:10:41 +01:00
sqlite.py Raise ImportError and not ValueError when sqlite3 is missing 2019-02-13 08:52:54 +01:00
string.py Improve TakeoutClient proxy and takeout functionality (#1106) 2019-02-10 11:10:41 +01:00