Clean-up documentation and include telethon.client

This commit is contained in:
Lonami Exo
2018-06-19 21:24:26 +02:00
parent 4e9a84c3b5
commit 1b7e7320a4
13 changed files with 119 additions and 145 deletions

View File

@@ -20,7 +20,8 @@
import re
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(os.curdir))
sys.path.insert(0, os.path.abspath(os.pardir))
root = os.path.abspath(os.path.join(__file__, os.path.pardir, os.path.pardir))