summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan <mr15318@alas.matf.bg.ac.rs>2018-12-26 22:01:15 +0100
committerStevan <mr15318@alas.matf.bg.ac.rs>2018-12-26 22:01:15 +0100
commitdf9b2225d6481f8738a678623acf1ff2c236d06f (patch)
tree5800e4a80772161319d0e2ec7ece665aed9caea8
parent40c4bd5785d3f96faff7933414b83f0917b7a9db (diff)
Changed shebang to use python3 as default
-rwxr-xr-xtmap2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmap b/tmap
index 1eee939..0158992 100755
--- a/tmap
+++ b/tmap
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
from socket import *
import socks
import argparse