mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 17:54:14 +02:00
improvement: replacing the use of LegacyVersion
This commit is contained in:
@@ -5,10 +5,10 @@ from threading import Thread
|
||||
from typing import Set, List, Tuple, Dict, Iterable, Optional, Generator, Pattern
|
||||
|
||||
from bauh.api.abstract.handler import ProcessWatcher
|
||||
from bauh.commons.version_util import match_required_version
|
||||
from bauh.gems.arch import pacman, message, sorting, confirmation
|
||||
from bauh.gems.arch.aur import AURClient
|
||||
from bauh.gems.arch.exceptions import PackageNotFoundException
|
||||
from bauh.gems.arch.version import match_required_version
|
||||
from bauh.view.util.translation import I18n
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user