Make Python3 compatible.
This commit is contained in:
parent
c759655528
commit
ea660f23d0
4
convert.py
Normal file → Executable file
4
convert.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import datetime
|
import datetime
|
||||||
@ -6,7 +6,7 @@ import shutil
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
from pykeepass import PyKeePass
|
from pykeepass import PyKeePass
|
||||||
from urlparse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
shutil.copyfile("in.kdbx", "out.kdbx")
|
shutil.copyfile("in.kdbx", "out.kdbx")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user