From b314303787c6838cdf23f4ab36eff58e65f2b861 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Apr 2023 15:31:03 +0530 Subject: [PATCH] pep8 --- update-on-ox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update-on-ox b/update-on-ox index f7f34e630..24d8bda7a 100755 --- a/update-on-ox +++ b/update-on-ox @@ -2,6 +2,7 @@ # vim:fileencoding=utf-8 # License: GPL v3 Copyright: 2017, Kovid Goyal +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]