Add shebangs and set proper file permissions

This commit is contained in:
Lonami Exo
2017-05-20 15:58:44 +02:00
parent fb9104417e
commit ca80b05694
24 changed files with 7 additions and 3 deletions

0
telethon_generator/parser/__init__.py Executable file → Normal file
View File

0
telethon_generator/parser/source_builder.py Executable file → Normal file
View File

0
telethon_generator/parser/tl_object.py Executable file → Normal file
View File

0
telethon_generator/parser/tl_parser.py Executable file → Normal file
View File

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import re
import shutil