From b8ce5bfe271855e0f3de07977604a9753e600e99 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Mon, 28 Mar 2011 10:41:39 +0000 Subject: [PATCH] Remove shebang from ttyx.py since it is not executed directly git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@589 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttx.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index dd1f20d10..83bffc95d 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python - """\ usage: ttx [options] inputfile1 [... inputfileN]