diff options
author | Dominique Leuenberger <dimstar@opensuse.org> | 2019-01-09 12:54:47 +0100 |
---|---|---|
committer | Dominique Leuenberger <dimstar@opensuse.org> | 2019-01-09 12:54:47 +0100 |
commit | 19e1c72db3ac4436cbb68dc0fb21c79c5f13e74b (patch) | |
tree | b7ba162629a6802bd5e9772f8845dca2d4b774cf /giscanner/message.py | |
parent | efb9b272f7910836ee8ea7a70562d34a1b481d54 (diff) | |
download | gobject-introspection-19e1c72db3ac4436cbb68dc0fb21c79c5f13e74b.tar.gz |
Clean shebangs out of non-executable scripts and drop exec perm from xmlwriter.py
Diffstat (limited to 'giscanner/message.py')
-rw-r--r-- | giscanner/message.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/message.py b/giscanner/message.py index f693af60..5e26592d 100644 --- a/giscanner/message.py +++ b/giscanner/message.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- Mode: Python -*- # GObject-Introspection - a framework for introspecting GObject libraries # Copyright (C) 2010 Red Hat, Inc. |