Rename just panel to control panel

This commit is contained in:
DarkPhoenix
2019-08-14 19:54:06 +03:00
parent eb9612b9a3
commit 3f3870bb30
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ from gui.auxFrame import AuxiliaryFrame
from gui.bitmap_loader import BitmapLoader
from service.const import GraphCacheCleanupReason
from service.settings import GraphSettings
from .panel import GraphControlPanel
from .ctrlPanel import GraphControlPanel
pyfalog = Logger(__name__)