move files into a package structure
This commit is contained in:
@@ -3,14 +3,15 @@ from typing import Optional
|
||||
|
||||
from PySide6.QtWidgets import QMessageBox
|
||||
|
||||
from fulltabwidget import FullTabWidget
|
||||
from logFileModel import LogFileModel
|
||||
from raven.plugins.logfile.fulltabwidget import FullTabWidget
|
||||
from raven.ui.bigtext.logFileModel import LogFileModel
|
||||
from raven.pluginbase import PluginBase
|
||||
from raven.plugins.ravenlog.Tab import Tab
|
||||
from raven.settings.settings import Settings
|
||||
|
||||
from raven.i18n import _
|
||||
|
||||
|
||||
class LogFilePlugin(PluginBase):
|
||||
def __init__(self):
|
||||
super(LogFilePlugin, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user