Remove shebang from non-executable files - fixes rpmlint errors

This commit is contained in:
Scott Talbert
2016-06-03 21:38:07 -04:00
parent ae42d4d894
commit ee745fb7b3
9 changed files with 0 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: FCEvents.py
# Purpose: A convenient place to put all event types and binders for

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: FCObjects.py
# Purpose: Contains all the drawing objects FloatCanvas supports

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: FloatCanvas.py
# Purpose:

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: GUIMode.py
# Purpose:

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: NavCanvas.py
# Purpose: Combines FloatCanvas with Navigation controls

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: BBox.py
# Purpose:

View File

@@ -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()

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: GUI.py
# Purpose: Contains GUI related utilities for FloatCanvas

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: __init__.py
# Purpose: The FloatCanvas package