File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def _restore_window_geometry(self):
154154 hexstate = hexstate_to_qbytearray (hexstate )
155155 self .restoreGeometry (hexstate )
156156 else :
157- from gwhat .config .gui import INIT_MAINWINDOW_SIZE
157+ from cdprep .config .gui import INIT_MAINWINDOW_SIZE
158158 self .resize (* INIT_MAINWINDOW_SIZE )
159159
160160 def _save_window_geometry (self ):
Original file line number Diff line number Diff line change 2020from appconfigs .base import get_home_dir
2121import pytest
2222from qtpy .QtCore import QSize
23- from qtpy .QtWidgets import QFileDialog , QMessageBox
2423
2524# ---- Local imports
26- from cdprep import __rootdir__
2725from cdprep .config .gui import INIT_MAINWINDOW_SIZE
2826from cdprep .app .mainwindow import MainWindow , CONF
29- from cdprep .dwnld_data .weather_station_finder import DATABASE_FILEPATH
3027
3128
3229# =============================================================================
You can’t perform that action at this time.
0 commit comments