From d1a72e8e8654af81dc2ced3356b1a0a670a36076 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Tue, 22 Apr 2014 18:24:57 -0500 Subject: [PATCH] Move #! back to top of example.py --- example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.py b/example.py index 74637497..acb7b864 100644 --- a/example.py +++ b/example.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Copyright 2013-2014 DataStax, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/usr/bin/env python - import logging log = logging.getLogger()