From cd561ea6e01c01f28ca5182a25493b7640eb59a9 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 22 Jun 2015 12:50:09 -0500 Subject: Added shebangs and utf8 encoding headers --- load_copyright.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'load_copyright.py') diff --git a/load_copyright.py b/load_copyright.py index 026f862..580da8c 100644 --- a/load_copyright.py +++ b/load_copyright.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- import os import sys -- cgit v1.2.3