mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
minor scripts review
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
837eb56bcc
commit
0499d518dc
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python2
|
#!/usr/bin/python
|
||||||
|
|
||||||
import sys, os, re
|
import sys, os, re
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python2
|
#!/usr/bin/python
|
||||||
|
|
||||||
import sys, os, re
|
import sys, os, re
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ incmap = {
|
||||||
'QTouchEvent': 'qevent.h',
|
'QTouchEvent': 'qevent.h',
|
||||||
'QDropEvent': 'qevent.h',
|
'QDropEvent': 'qevent.h',
|
||||||
'QMoveEvent': 'qevent.h',
|
'QMoveEvent': 'qevent.h',
|
||||||
'QStyleHintReturnMask', 'qstyleoption.h',
|
'QStyleHintReturnMask': 'qstyleoption.h',
|
||||||
'QStyleOptionGroupBox': 'qstyleoption.h',
|
'QStyleOptionGroupBox': 'qstyleoption.h',
|
||||||
'QStyleOptionComboBox': 'qstyleoption.h',
|
'QStyleOptionComboBox': 'qstyleoption.h',
|
||||||
'QStyleOptionSpinBox': 'qstyleoption.h',
|
'QStyleOptionSpinBox': 'qstyleoption.h',
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python2
|
#!/usr/bin/python
|
||||||
|
|
||||||
import sys, os, re
|
import sys, os, re
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue