435ea7
From ac2eb47fe154aa01460414de987491b02ea225e2 Mon Sep 17 00:00:00 2001
435ea7
From: Christos Zoulas <christos@zoulas.com>
435ea7
Date: Sat, 15 Feb 2014 01:30:52 +0000
435ea7
Subject: [PATCH] comment out python comment magic cause other things like
435ea7
 mediawiki use it.
435ea7
435ea7
Upstream-commit: eced9dbd4aa438de22ff453c723136beac41a558
435ea7
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
435ea7
---
435ea7
 magic/Magdir/python | 12 ++++++------
435ea7
 1 file changed, 6 insertions(+), 6 deletions(-)
435ea7
435ea7
diff --git a/magic/Magdir/python b/magic/Magdir/python
435ea7
index 53cae42..b3ee014 100644
435ea7
--- a/magic/Magdir/python
435ea7
+++ b/magic/Magdir/python
435ea7
@@ -46,13 +46,13 @@
435ea7
 !:mime text/x-python
435ea7
 
435ea7
 # comments
435ea7
-0	search/4096	'''
435ea7
->&0	regex	.*'''$	Python script text executable
435ea7
-!:mime text/x-python
435ea7
+#0	search/4096	'''
435ea7
+#>&0	regex	.*'''$	Python script text executable
435ea7
+#!:mime text/x-python
435ea7
 
435ea7
-0	search/4096	"""
435ea7
->&0	regex	.*"""$	Python script text executable
435ea7
-!:mime text/x-python
435ea7
+#0	search/4096	"""
435ea7
+#>&0	regex	.*"""$	Python script text executable
435ea7
+#!:mime text/x-python
435ea7
 
435ea7
 # try:
435ea7
 # except: or finally:
435ea7
-- 
435ea7
2.14.4
435ea7