lpcmanager

Firmware updater fix.

2017-04-05, dporopat
ae2e6ec83a7d
Parents 2ead3b695009
Children 428442296b68
Firmware updater fix.
--- a/LPCManager.py Wed Apr 05 10:46:58 2017 +0200
+++ b/LPCManager.py Wed Apr 05 13:03:42 2017 +0200
@@ -1202,7 +1202,7 @@
"""
Method called by user to flash the firmware of the PLC
"""
- from dialogs import FirmwareUpdateDialog
+ from FirmwareUpdateDialog import FirmwareUpdateDialog
from dialogs import DiscoveryDialog
from HostFirmwareUpdater import HostFirmwareUpdater