mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Use relative imports always where possible
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import re
|
||||
import sys
|
||||
import shutil
|
||||
from docs.docs_writer import DocsWriter
|
||||
from .docs_writer import DocsWriter
|
||||
|
||||
# Small trick so importing telethon_generator works
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
Reference in New Issue
Block a user