mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-20 22:14:56 +02:00
🐛 fix: modules error
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Import necessary modules and libraries
|
# Import necessary modules and libraries
|
||||||
import gi
|
import gi
|
||||||
import os
|
import os
|
||||||
import conflicts # Presumably a custom module
|
import conflicts
|
||||||
import subprocess
|
import subprocess
|
||||||
import threading
|
import threading
|
||||||
import shutil
|
import shutil
|
||||||
@@ -15,7 +15,6 @@ from ui.MessageDialog import MessageDialogBootloader # Import MessageDialogBoot
|
|||||||
|
|
||||||
# Ensure the required version of Gtk is available
|
# Ensure the required version of Gtk is available
|
||||||
gi.require_version("Gtk", "3.0")
|
gi.require_version("Gtk", "3.0")
|
||||||
|
|
||||||
# Import Gtk and related classes from the gi.repository for GTK GUI application development
|
# Import Gtk and related classes from the gi.repository for GTK GUI application development
|
||||||
from gi.repository import Gtk, GdkPixbuf, GLib, Gdk
|
from gi.repository import Gtk, GdkPixbuf, GLib, Gdk
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user