Skip to content
Snippets Groups Projects
Commit c18f2541 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

refactored dialogs to separate folder

parent 486735fa
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -435,7 +435,7 @@ class PacmanMirrors:
if self.no_display:
from . import consoleui as ui
else:
from . import graphicalui as ui
from pacman_mirrors.dialogs import graphicalui as ui
interactive = ui.run(interactive_list,
self.config["method"] == "random",
self.default)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment