Cleanup for change log dialog - CURA-4568

This commit is contained in:
ChrisTerBeke 2017-11-28 14:27:51 +01:00
parent dd43bcee77
commit 055e4792b0

View file

@ -8,8 +8,7 @@ from UM.Application import Application
from UM.PluginRegistry import PluginRegistry from UM.PluginRegistry import PluginRegistry
from UM.Version import Version from UM.Version import Version
from PyQt5.QtQml import QQmlComponent, QQmlContext from PyQt5.QtCore import pyqtSlot, QObject
from PyQt5.QtCore import QUrl, pyqtSlot, QObject
import os.path import os.path
import collections import collections