]> granicus.if.org Git - file/commitdiff
comment out python comment magic cause other things like mediawiki use it.
authorChristos Zoulas <christos@zoulas.com>
Sat, 15 Feb 2014 01:30:52 +0000 (01:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 15 Feb 2014 01:30:52 +0000 (01:30 +0000)
magic/Magdir/python

index 081dbe98304b1af9f310a7c3e9f238a464bc4003..86f3ea7e183618ad5678a40cc8dec64c2caaa973 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: python,v 1.22 2013/03/18 12:49:55 christos Exp $
+# $File: python,v 1.23 2013/12/11 14:14:20 christos Exp $
 # python:  file(1) magic for python
 #
 # Outlook puts """ too for urgent messages
 !:mime text/x-python
 
 # comments
-     search/4096     '''
->&0    regex   .*'''$  Python script text executable
-!:mime text/x-python
+#0     search/4096     '''
+#>&0   regex   .*'''$  Python script text executable
+#!:mime text/x-python
 
-     search/4096     """
->&0    regex   .*"""$  Python script text executable
-!:mime text/x-python
+#0     search/4096     """
+#>&0   regex   .*"""$  Python script text executable
+#!:mime text/x-python
 
 # try:
 # except: or finally: