mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Rename properties window file
This commit is contained in:
@@ -40,7 +40,7 @@ warehouse_sources = [
|
||||
'__init__.py',
|
||||
'main.py',
|
||||
'window.py',
|
||||
'show_properties_window.py',
|
||||
'properties_window.py',
|
||||
'orphans_window.py',
|
||||
'remotes.py',
|
||||
]
|
||||
|
||||
@@ -21,7 +21,7 @@ import pathlib
|
||||
import subprocess
|
||||
|
||||
from gi.repository import Adw, Gdk, Gio, GLib, Gtk
|
||||
from .show_properties_window import show_properties_window
|
||||
from .properties_window import show_properties_window
|
||||
from .orphans_window import show_orphans_window
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user