move files into a package structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import os.path
|
||||
from typing import Callable, Optional
|
||||
from typing import Optional
|
||||
|
||||
from PySide6.QtWidgets import QMessageBox
|
||||
|
||||
@@ -7,7 +7,7 @@ from fulltabwidget import FullTabWidget
|
||||
from logFileModel import LogFileModel
|
||||
from raven.pluginbase import PluginBase
|
||||
from raven.plugins.ravenlog.Tab import Tab
|
||||
from settings import Settings
|
||||
from raven.settings.settings import Settings
|
||||
|
||||
from raven.i18n import _
|
||||
|
||||
|
||||
Reference in New Issue
Block a user