From a1f945d227577993b0d13e0230356d7462ccc840 Mon Sep 17 00:00:00 2001
From: asciimoo <asciimoo@gmail.com>
Date: Wed, 22 Jan 2014 00:15:42 +0100
Subject: [PATCH] [enh] babel.cfg added

---
 babel.cfg | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 babel.cfg

diff --git a/babel.cfg b/babel.cfg
new file mode 100644
index 000000000..f0234b326
--- /dev/null
+++ b/babel.cfg
@@ -0,0 +1,3 @@
+[python: **.py]
+[jinja2: **/templates/**.html]
+extensions=jinja2.ext.autoescape,jinja2.ext.with_