Rework how single windows are opened

This commit is contained in:
DarkPhoenix
2019-08-12 01:11:44 +03:00
parent 8a3dc2f3dc
commit 1e35eaf62a
6 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ import wx
import config
from service.character import Character
from service.fit import Fit
from graphs.gui import GraphFrame, frame as graphFrame
from graphs.gui import frame as graphFrame
import gui.globalEvents as GE
from gui.bitmap_loader import BitmapLoader