Remove shebangs

I'm not running these as standalone scripts or anything.
master
Ryan Fox 8 months ago
parent 962c214664
commit 81b9413a2a
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
if __name__ == "__main__":
from pkgcrap.cli import main
main()

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from sys import argv
from pkgcrap.list_update import main as update
from pkgcrap.list_update import maintlist as maintlist

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from pkgcrap.util import conf_file_path
import pkgcrap.parse as parse
from urllib.parse import urlparse

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from pkgcrap.util import conf_file_path
import pkgcrap.parse as parse

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import urllib.request
import pkgcrap.parse as parse
import json

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from os import listdir
from os.path import abspath, isfile, dirname
from portage.versions import cpv_sort_key

@ -1,6 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os
import pkgcrap.parse as parse

Loading…
Cancel
Save