From 0c2216cad330754dbfe7a62b5b6f02610e1690c0 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 30 Jan 2016 15:15:09 -0600
Subject: [PATCH] Recognize .py as loopy lang

---
 bin/loopy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/loopy b/bin/loopy
index 00231174e..b169c6296 100644
--- a/bin/loopy
+++ b/bin/loopy
@@ -105,6 +105,7 @@ def main():
         _, ext = splitext(args.infile)
 
         lang = {
+                ".py": "loopy",
                 ".loopy": "loopy",
                 ".floopy": "fortran",
                 ".f90": "fortran",
-- 
GitLab