Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : master
commit 2786bdadd460784fd7067a93c0154a4de529c0c6 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Sun Feb 17 15:28:11 2013 +0100
No shebang for what does not go in /usr/bin
copr_cli/main.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/copr_cli/main.py b/copr_cli/main.py index a0c7a8a..350fdf8 100644 --- a/copr_cli/main.py +++ b/copr_cli/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python -tt #-*- coding: UTF-8 -*-
import logging
copr-devel@lists.fedorahosted.org