This commit is contained in:
Kovid Goyal 2026-05-12 09:37:16 +05:30
parent 4e3a3ba6ab
commit 12bdf972e0
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# License: GPLv3 Copyright: 2026, Kovid Goyal <kovid at kovidgoyal.net>
import errno, time
import errno
import fnmatch
import itertools
import os
@ -9,6 +9,7 @@
import shutil
import stat
import tempfile
import time
import uuid
from base64 import standard_b64encode
from functools import partial