From 81b6e29bc9af80f255a9fd7424a23317cdf3ce44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Emonet?= <remi.emonet@reverse--com.heeere>
Date: Tue, 25 Nov 2014 23:24:55 +0100
Subject: [PATCH] added shebang to the python pandoc script

---
 tools/blockquote2div.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/blockquote2div.py b/tools/blockquote2div.py
index a23109f..bd3b52b 100755
--- a/tools/blockquote2div.py
+++ b/tools/blockquote2div.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Pandoc filter to convert Blockquotes with attributes into Div
 with attributes.
 
-- 
GitLab