This commit is contained in:
Kovid Goyal 2023-04-16 15:31:03 +05:30
parent 176cfe771c
commit b314303787
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,6 +2,7 @@
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
import atexit
import glob
import os
import shlex
@ -9,8 +10,6 @@ import shutil
import subprocess
import sys
import tempfile
import atexit
if False:
dmg = sys.argv[-1]