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 --- export.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'export.py') diff --git a/export.py b/export.py index a50894d..bbea75e 100644 --- a/export.py +++ b/export.py @@ -1,4 +1,5 @@ -# encoding: utf8 +#!/usr/bin/env python +# -*- coding: utf-8 -*- import datetime import itertools -- cgit v1.2.3