Update plat_other.py

This commit is contained in:
Maksim Levental 2021-08-19 17:16:46 -05:00 committed by GitHub
parent b6cb3653f8
commit 20e3f71b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,8 +21,10 @@ import sys
import os
import os.path as op
from datetime import datetime
import shutil
import stat
try:
from urllib.parse import quote
except ImportError: