1
0

Make Python3 compatible.

This commit is contained in:
2021-08-16 18:18:10 +02:00
parent c759655528
commit ea660f23d0
2 changed files with 3 additions and 3 deletions
Regular → Executable
+2 -2
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import datetime
@@ -6,7 +6,7 @@ import shutil
import json
from pykeepass import PyKeePass
from urlparse import urlparse
from urllib.parse import urlparse
shutil.copyfile("in.kdbx", "out.kdbx")
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from pykeepass import PyKeePass