From d78b83f8d63a57ecd0e4c41a91653c45c53e23d4 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 1 Jan 2025 09:16:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20modules=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/snigdhaos-welcome/snigdhaos-welcome.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py index dc797b3..7ed0543 100644 --- a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py +++ b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py @@ -3,7 +3,7 @@ # Import necessary modules and libraries import gi import os -import conflicts # Presumably a custom module +import conflicts import subprocess import threading import shutil @@ -15,7 +15,6 @@ from ui.MessageDialog import MessageDialogBootloader # Import MessageDialogBoot # Ensure the required version of Gtk is available gi.require_version("Gtk", "3.0") - # Import Gtk and related classes from the gi.repository for GTK GUI application development from gi.repository import Gtk, GdkPixbuf, GLib, Gdk