[tor-commits] r24658: {translation} add a few more symbols to the list (translation/trunk/tools)

Runa Sandvik runa.sandvik at gmail.com
Mon Apr 18 12:23:25 UTC 2011


Author: runa
Date: 2011-04-18 12:23:25 +0000 (Mon, 18 Apr 2011)
New Revision: 24658

Modified:
   translation/trunk/tools/validate.py
Log:
add a few more symbols to the list

Modified: translation/trunk/tools/validate.py
===================================================================
--- translation/trunk/tools/validate.py	2011-04-18 11:21:56 UTC (rev 24657)
+++ translation/trunk/tools/validate.py	2011-04-18 12:23:25 UTC (rev 24658)
@@ -7,7 +7,7 @@
 import getopt
 
 symbols = [
-    '(', ')', '<', '>', '{',
+    '(', ')', '<', '>', '{', '\#', '\\' 
     '}', '[', ']', '\"', ';'
     ]
 



More information about the tor-commits mailing list