aboutsummaryrefslogtreecommitdiff
path: root/json_to_wiki.py
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@trisquel.info>2015-06-22 12:50:09 -0500
committerRuben Rodriguez <ruben@trisquel.info>2015-06-26 10:06:36 -0500
commitcd561ea6e01c01f28ca5182a25493b7640eb59a9 (patch)
tree5a13dc9941f531bb88d7dbbc97807c52aa1424a9 /json_to_wiki.py
parentc40fd5b88195ac92047a618b31263f34a6e73598 (diff)
Added shebangs and utf8 encoding headers
Diffstat (limited to 'json_to_wiki.py')
-rw-r--r--json_to_wiki.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/json_to_wiki.py b/json_to_wiki.py
index b62d320..e5e91f9 100644
--- a/json_to_wiki.py
+++ b/json_to_wiki.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
import json
import sys