Skip to content

Commit

Permalink
Change the default python interpreter to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulder committed Oct 30, 2020
1 parent 251fbe4 commit ca92d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ads.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import sys, argparse, struct, os.path, datetime, uuid, re, pam
from time import sleep
from configparser import ConfigParser
Expand Down

0 comments on commit ca92d6b

Please sign in to comment.