From 6e284a6157063070ba0c7ab2343391f4d0454fb3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 11 Jun 2013 17:41:18 -0400 Subject: [PATCH] version: Remove shebang (Python modules are not scripts) Nobody should be executing this file directly. --- catalyst/version.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalyst/version.py b/catalyst/version.py index d379d350..8060bfff 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -OO - # Maintained in full by: # Catalyst Team # Release Engineering Team -- 2.26.2