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/ci.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/ci.py')
-rw-r--r-- | MgaRepo/commands/ci.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MgaRepo/commands/ci.py b/MgaRepo/commands/ci.py index e64ac4e..24e7923 100644 --- a/MgaRepo/commands/ci.py +++ b/MgaRepo/commands/ci.py @@ -1,4 +1,3 @@ -#!/usr/bin/python from MgaRepo.command import * from MgaRepo.rpmutil import commit |