diff options
author | Per Øyvind Karlsen <proyvind@moondrake.org> | 2016-08-18 09:00:39 +0200 |
---|---|---|
committer | Per Øyvind Karlsen <proyvind@moondrake.org> | 2016-08-18 09:00:39 +0200 |
commit | 6194cdb7cb9d00a58646734d52e6289720712268 (patch) | |
tree | 23c5feadffab80a8071ea30a361c5f87fea36e5d /MgaRepo/commands/rpmlog.py | |
parent | 97b03e9b2ab67583334ec39f699a233a1fe31eb0 (diff) | |
download | mgarepo-6194cdb7cb9d00a58646734d52e6289720712268.tar mgarepo-6194cdb7cb9d00a58646734d52e6289720712268.tar.gz mgarepo-6194cdb7cb9d00a58646734d52e6289720712268.tar.bz2 mgarepo-6194cdb7cb9d00a58646734d52e6289720712268.tar.xz mgarepo-6194cdb7cb9d00a58646734d52e6289720712268.zip |
drop python shebangs that's not supposed to be...
Diffstat (limited to 'MgaRepo/commands/rpmlog.py')
-rw-r--r-- | MgaRepo/commands/rpmlog.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MgaRepo/commands/rpmlog.py b/MgaRepo/commands/rpmlog.py index 28d66f1..693fe8b 100644 --- a/MgaRepo/commands/rpmlog.py +++ b/MgaRepo/commands/rpmlog.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # This program will convert the output of "svn log" to be suitable # for usage in an rpm %changelog session. |