move files into a package structure
This commit is contained in:
@@ -2,14 +2,15 @@ from PySide6.QtGui import QIcon
|
||||
from PySide6.QtWidgets import QDialog, QLineEdit, QLabel, QGridLayout, QCheckBox, QListWidget, QListWidgetItem, \
|
||||
QPushButton, QDialogButtonBox, QMessageBox, QSizePolicy
|
||||
|
||||
from colorbutton import ColorButton
|
||||
from hbox import HBox
|
||||
from raven.ui.colorbutton import ColorButton
|
||||
from raven.ui.hbox import HBox
|
||||
from highlight_regex import HighlightRegex
|
||||
from highlighting import Highlighting
|
||||
from settings import Settings
|
||||
|
||||
from raven.i18n import _
|
||||
|
||||
|
||||
class PayloadItem(QListWidgetItem):
|
||||
def __init__(self, text: str, payload=None):
|
||||
super(PayloadItem, self).__init__(text)
|
||||
|
||||
Reference in New Issue
Block a user