Completely refactored unit tests, removed unused code

This commit is contained in:
Lonami
2016-09-08 16:11:37 +02:00
parent a4f68dd29a
commit b2425eeea9
21 changed files with 398 additions and 460 deletions

View File

@@ -1,5 +1,5 @@
from io import BytesIO, BufferedReader
from tl import tlobjects
from tl.all_tlobjects import tlobjects
from struct import unpack
from errors import *
import inspect