Skip to content

Commit

Permalink
Gestures 1.3 release!
Browse files Browse the repository at this point in the history
Fixed import path
  • Loading branch information
jerobado committed Dec 29, 2018
1 parent 7c809f8 commit 6921a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/messageboxes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Message boxes

from PyQt5.QtWidgets import QMessageBox
from resources.constant import __appname__
from src.resources.constant import __appname__

AddMessageBox = QMessageBox()
AddMessageBox.setWindowTitle('Add Gesture Message')
Expand Down

0 comments on commit 6921a1e

Please sign in to comment.