Commit 03f248d3 authored by Tom Niget's avatar Tom Niget

Fix env usage

parent e53a11c8
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
/build/ /build/
/dist/ /dist/
/re6stnet.egg-info/ /re6stnet.egg-info/
.idea
\ No newline at end of file
#!/usr/bin/python #!/usr/bin/env python3
import argparse, math, nemu, os, re, signal import argparse, math, nemu, os, re, signal
import socket, sqlite3, subprocess, sys, time, weakref import socket, sqlite3, subprocess, sys, time, weakref
from collections import defaultdict from collections import defaultdict
......
#!/usr/bin/env python #!/usr/bin/env python3
def __file__(): def __file__():
import argparse, os, sys import argparse, os, sys
sys.dont_write_bytecode = True sys.dont_write_bytecode = True
......
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