From 65266b523d06b452c343c1df1cda081cb0eef31c Mon Sep 17 00:00:00 2001 From: rzaitov Date: Fri, 1 Nov 2013 16:32:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B6=D0=BD=D1=8B=D0=B9=20=D0=B2=D1=8B=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/parser/InsideParser/InsideSetParser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/parser/InsideParser/InsideSetParser.py b/scripts/parser/InsideParser/InsideSetParser.py index 46710cc..5aec1c4 100644 --- a/scripts/parser/InsideParser/InsideSetParser.py +++ b/scripts/parser/InsideParser/InsideSetParser.py @@ -29,7 +29,6 @@ class InsideSetParser(LineParser): def isValidLine(self, line): regexpSrc = r"inside\s+'[./ a-zA-Z]+\.{0}'\s+set".format(self.__extension) - print regexpSrc regexp = re.compile(regexpSrc, re.UNICODE) match = regexp.match(line)