mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop test code
This commit is contained in:
parent
6fdf5547dc
commit
5c84b5ae0a
@ -484,8 +484,6 @@ class Assistant(Gtk.Assistant):
|
||||
):
|
||||
continue
|
||||
# NOTE: disabled for now on system-provided packages
|
||||
# TODO: drop, for testing purposes
|
||||
os.environ["PYAPP"] = str(Path.home().joinpath("dzgui/dzgui"))
|
||||
if isinstance(page, ShortcutCreationPage) and os.getenv("PYAPP") is None:
|
||||
continue
|
||||
self._add_page(page, page.get_page_type())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user