Skip to content

Commit

Permalink
qt: fix import of qt version in MPLCanvas
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jul 15, 2017
1 parent 6eff489 commit 89e9177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enaml/qt/qt_mpl_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from enaml.widgets.mpl_canvas import ProxyMPLCanvas

from .QtCore import Qt, QT_VERSION
from .QtCore import Qt, __version__ as QT_VERSION
from .QtWidgets import QFrame, QVBoxLayout

from .qt_control import QtControl
Expand Down

0 comments on commit 89e9177

Please sign in to comment.