From 6194cdb7cb9d00a58646734d52e6289720712268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 18 Aug 2016 09:00:39 +0200 Subject: drop python shebangs that's not supposed to be... --- MgaRepo/commands/submit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'MgaRepo/commands/submit.py') diff --git a/MgaRepo/commands/submit.py b/MgaRepo/commands/submit.py index d36290f..665b98a 100644 --- a/MgaRepo/commands/submit.py +++ b/MgaRepo/commands/submit.py @@ -1,4 +1,3 @@ -#!/usr/bin/python from MgaRepo import Error, config, layout, mirror from MgaRepo.svn import SVN from MgaRepo.command import * -- cgit v1.2.1