1
0
Fork 0

Merge pull request #56 from felixsch/remove-shebangs

Remove unnecessary shebang from gtk python modules.
This commit is contained in:
Jaroslav Škarvada 2017-07-12 17:53:48 +02:00 committed by GitHub
commit 1b2f61c976
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2008-2014 Red Hat, Inc.

View file

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2008-2014 Red Hat, Inc.

View file

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (C) 2008-2014 Red Hat, Inc.