Commit ae92b1eb authored by Julien Muchembled's avatar Julien Muchembled

Remove shebangs from non-executable iles

parent 0b7f4b32
#!/usr/bin/env python
import sqlite3, xmlrpclib, time
import utils
......
#!/usr/bin/env python
import os, subprocess
import utils
......
#!/usr/bin/env python
import socket, uuid
import log
......
#!/usr/bin/env python
import os, random, traceback, time
import plib, utils, db
......
#!/usr/bin/env python
import miniupnpc
import socket
......
#!/usr/bin/env python
import argparse, time, struct, socket
from OpenSSL import crypto
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment