Cleanup! (Remove shebangs, unused files)

This commit is contained in:
derrod 2020-05-15 07:01:30 +02:00
parent b6a701708b
commit d6abbcc694
13 changed files with 0 additions and 12 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import json

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
# please don't look at this code too hard, it's a mess.

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import os

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import configparser

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import json

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import os

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import struct

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
# ToDo more custom exceptions where it makes sense

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
from enum import Enum

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import json

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# coding: utf-8
import hashlib