move files into a package structure

This commit is contained in:
2022-02-06 15:55:27 +01:00
parent 111c11d5d4
commit 8bb4ca0563
11 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ from PySide6.QtGui import QMouseEvent
from PySide6.QtWidgets import *
import constants
from ScaledScrollBar import ScaledScrollBar
from raven.ui.ScaledScrollBar import ScaledScrollBar
from conversion import humanbytes
from highlight_selection import HighlightSelection
from highlighted_range import HighlightedRange