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:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-03 02:50:21 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-03 02:50:21 +0300
commita2c647728472d1b68aec385c05080c6f3c674dde (patch)
tree4e107de8b6a36376784250acffcbcd581c567035 /launch.py
parent94d509e86b1f1b57aa64e3a4abf2e661856c5d51 (diff)
cq: Sort imports with isort
Diffstat (limited to 'launch.py')
-rwxr-xr-xlaunch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch.py b/launch.py
index cc9941e41..27558784a 100755
--- a/launch.py
+++ b/launch.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
import subprocess
+
from gajim import gajim
try: