Merge pull request #56 from felixsch/remove-shebangs
Remove unnecessary shebang from gtk python modules.
This commit is contained in:
commit
1b2f61c976
3 changed files with 0 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2008-2014 Red Hat, Inc.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2008-2014 Red Hat, Inc.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2008-2014 Red Hat, Inc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue