mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Remove shebang from non-executable files - fixes rpmlint errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: FCEvents.py
|
||||
# Purpose: A convenient place to put all event types and binders for
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: FCObjects.py
|
||||
# Purpose: Contains all the drawing objects FloatCanvas supports
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: FloatCanvas.py
|
||||
# Purpose:
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: GUIMode.py
|
||||
# Purpose:
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: NavCanvas.py
|
||||
# Purpose: Combines FloatCanvas with Navigation controls
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: BBox.py
|
||||
# Purpose:
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: Colors.py
|
||||
# Purpose: Contains color lists used in FloatCanvas
|
||||
@@ -136,4 +135,3 @@ if __name__ == "__main__":
|
||||
A = wx.App(False)
|
||||
F = TestFrame(None)
|
||||
A.MainLoop()
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: GUI.py
|
||||
# Purpose: Contains GUI related utilities for FloatCanvas
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: __init__.py
|
||||
# Purpose: The FloatCanvas package
|
||||
|
Reference in New Issue
Block a user