diff options
author | Stevan <mr15318@alas.matf.bg.ac.rs> | 2018-12-26 22:01:15 +0100 |
---|---|---|
committer | Stevan <mr15318@alas.matf.bg.ac.rs> | 2018-12-26 22:01:15 +0100 |
commit | df9b2225d6481f8738a678623acf1ff2c236d06f (patch) | |
tree | 5800e4a80772161319d0e2ec7ece665aed9caea8 /tmap | |
parent | 40c4bd5785d3f96faff7933414b83f0917b7a9db (diff) |
Changed shebang to use python3 as default
Diffstat (limited to 'tmap')
-rwxr-xr-x | tmap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from socket import * import socks import argparse |