mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 19:24:16 +02:00
Switch migrated app modules to bearhub base imports
This commit is contained in:
@@ -7,7 +7,7 @@ import traceback
|
||||
import urllib3
|
||||
from PyQt5.QtCore import QCoreApplication, Qt
|
||||
|
||||
from bauh import __app_name__
|
||||
from bearhub import __app_name__
|
||||
from bearhub import app_args
|
||||
from bauh.view.core.config import CoreConfigManager
|
||||
from bauh.view.util import logs
|
||||
|
||||
@@ -4,7 +4,7 @@ from typing import Tuple
|
||||
|
||||
from PyQt5.QtWidgets import QApplication, QWidget
|
||||
|
||||
from bauh import ROOT_DIR, __app_name__, __version__
|
||||
from bearhub import ROOT_DIR, __app_name__, __version__
|
||||
from bauh.api import user
|
||||
from bauh.api.abstract.context import ApplicationContext
|
||||
from bauh.api.http import HttpClient
|
||||
|
||||
Reference in New Issue
Block a user