From c4be735c645bdbcb86b2448899a3aa664d5e97df Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 18 Oct 2012 23:53:23 +0000 Subject: pylint svn path=/branches/tk274/; revision=4786 --- buildtools/make-relaxng.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/make-relaxng.py') diff --git a/buildtools/make-relaxng.py b/buildtools/make-relaxng.py index 0058ade5..d35f56bc 100644 --- a/buildtools/make-relaxng.py +++ b/buildtools/make-relaxng.py @@ -3,7 +3,7 @@ Script to generate rpki/relaxng.py. $Id$ -Copyright (C) 2009-2011 Internet Systems Consortium ("ISC") +Copyright (C) 2009-2012 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -43,7 +43,7 @@ import lxml.etree format_2 = """\ ## @var %(name)s ## Parsed RelaxNG %(name)s schema -%(name)s = lxml.etree.RelaxNG(lxml.etree.fromstring('''%(rng)s''')) +%(name)s = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''%(rng)s''')) """ def filename_to_symbol(s): -- cgit v1.2.3