mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix import error
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from gi.repository import Gio, GLib
|
||||
from .host_info import HostInfo
|
||||
import subprocess, re
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from gi.repository import Adw, Gtk, GLib, Gio
|
||||
from gi.repository import GLib, Gio
|
||||
from .host_info import HostInfo
|
||||
from .error_toast import ErrorToast
|
||||
import os, tarfile, subprocess, json
|
||||
|
||||
Reference in New Issue
Block a user