Merge pull request #68 from upsuper-forks/ankisyncctl-python3

Make ankisyncctl use python3 in shebang
This commit is contained in:
Vikash Kothary 2021-01-05 00:35:02 +00:00 committed by GitHub
commit 44ab07fa04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import sys import sys
import getpass import getpass