From ad3461142dceace548673e3eea0195011b2f3ac7 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Mon, 30 Sep 2013 11:43:15 +0000 Subject: [PATCH] 7088: rm warning on `import sdn' failure svn: r23219 --- src/gen/lib/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/lib/calendar.py b/src/gen/lib/calendar.py index bd25d4b77..4e4c9e47f 100644 --- a/src/gen/lib/calendar.py +++ b/src/gen/lib/calendar.py @@ -583,5 +583,5 @@ try: except ImportError: import logging LOG = logging.getLogger(".calendar") - LOG.warn("sdn not available. " + LOG.info("sdn not available. " "Install Calendar with pypi for native Hebrew calendar calculations.")