From 8b89f96735ae7154e3bed84b1ee0271460eb7174 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 4 Dec 2015 11:54:12 +0900 Subject: [PATCH] Make graph.py just a module This commit removes the executable permission and the python interpreter argument from graph.py. Because we already have subunit2sql-graph entry point for using it. Change-Id: I3d0b09e23da1eb4155448f8b29413ca08659bbcd --- subunit2sql/analysis/graph.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 subunit2sql/analysis/graph.py diff --git a/subunit2sql/analysis/graph.py b/subunit2sql/analysis/graph.py old mode 100755 new mode 100644 index 0c95536..a8560f9 --- a/subunit2sql/analysis/graph.py +++ b/subunit2sql/analysis/graph.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2 # Copyright 2015 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may