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

Fix env usage

parent e53a11c8
......@@ -5,3 +5,4 @@
/build/
/dist/
/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 socket, sqlite3, subprocess, sys, time, weakref
from collections import defaultdict
......
#!/usr/bin/env python
#!/usr/bin/env python3
def __file__():
import argparse, os, sys
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