3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
9 | 9 |
10 from __future__ import unicode_literals | 10 from __future__ import unicode_literals |
11 | 11 |
12 import re | 12 import re |
13 | 13 |
14 from PyQt4.QtCore import Qt, QRegExp | 14 from PyQt5.QtCore import Qt, QRegExp |
15 | 15 |
16 | 16 |
17 def wildcardMatch(string, pattern): | 17 def wildcardMatch(string, pattern): |
18 """ | 18 """ |
19 Module function implementing a special wildcard matcher. | 19 Module function implementing a special wildcard matcher. |