From 0c3bdc902017b6bac360486ed3b9868593cb9002 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 29 Jan 2015 11:39:52 -0800 Subject: [PATCH] put #!/usr/bin/env python in the right place --- encode_submission/encode3.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/encode_submission/encode3.py b/encode_submission/encode3.py index 525edfd..9fe33e8 100644 --- a/encode_submission/encode3.py +++ b/encode_submission/encode3.py @@ -1,7 +1,6 @@ +#!/usr/bin/env python """Create a track hub """ - -#!/usr/bin/env python from ConfigParser import SafeConfigParser import fnmatch from glob import glob -- 2.30.2