4290:5d4f4230a5ed | 4291:5f7f8c8d8bc2 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing utility functions related to Mouse stuff. | 7 Module implementing utility functions related to Mouse stuff. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
9 | 11 |
10 from PyQt5.QtCore import Qt, QCoreApplication | 12 from PyQt5.QtCore import Qt, QCoreApplication |
11 | 13 |
12 import Globals | 14 import Globals |
13 | 15 |