Fixed tiny bugs with authentication, added more unit tests

This commit is contained in:
Lonami
2016-09-04 21:07:09 +02:00
parent 7c8c65560e
commit b027dd2c8f
11 changed files with 98 additions and 32 deletions

View File

@@ -2,8 +2,8 @@ import os
import re
import shutil
from parser import TLParser
from parser import SourceBuilder
from parser.tl_parser import TLParser
from parser.source_builder import SourceBuilder
def tlobjects_exist():