Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'win/misc/create-launcher.py')
-rwxr-xr-xwin/misc/create-launcher.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/misc/create-launcher.py b/win/misc/create-launcher.py
index 2a1f6fcc8..cf4475cba 100755
--- a/win/misc/create-launcher.py
+++ b/win/misc/create-launcher.py
@@ -13,12 +13,12 @@
import os
-import sys
-import subprocess
import shlex
-import tempfile
import shutil
import struct
+import subprocess
+import sys
+import tempfile
def build_resource(rc_path: str, out_path: str) -> None: