mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32: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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys, os, re
|
||||
|
||||
|
@ -143,7 +143,7 @@ incmap = {
|
|||
'QTouchEvent': 'qevent.h',
|
||||
'QDropEvent': 'qevent.h',
|
||||
'QMoveEvent': 'qevent.h',
|
||||
'QStyleHintReturnMask', 'qstyleoption.h',
|
||||
'QStyleHintReturnMask': 'qstyleoption.h',
|
||||
'QStyleOptionGroupBox': 'qstyleoption.h',
|
||||
'QStyleOptionComboBox': 'qstyleoption.h',
|
||||
'QStyleOptionSpinBox': 'qstyleoption.h',
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys, os, re
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue