1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-18 14:43:46 +02:00

make python files executable

thanks to jaytaylor (#2)
This commit is contained in:
Lukas Winkler 2018-05-13 13:32:13 +02:00
parent f581f85f62
commit de90a78874
8 changed files with 8 additions and 0 deletions

1
apply_colors.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import utils
from models import *
from extra_data import site_colors

1
consume.py Normal file → Executable file
View file

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

1
create.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import html
from urllib.parse import urlparse

1
server.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import subprocess
import time
from io import BytesIO

1
shuffle.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import utils
from models import *
from extra_data import site_colors

1
text_generator.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import os
import jsonlines

1
todb.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import random
from datetime import datetime

1
updater.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
from internetarchive import get_item, download
from models import *