From b86452cf087d6f66744ff90ab6dcbc01e3fe07ec Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Fri, 19 Jun 2020 14:19:41 +0200 Subject: [PATCH] fg-copy-weather-scenarios-to-default-locale: adjust the sgprops import --- python3-flightgear/fg-copy-weather-scenarios-to-default-locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-flightgear/fg-copy-weather-scenarios-to-default-locale b/python3-flightgear/fg-copy-weather-scenarios-to-default-locale index 0d675ee..dbf6c82 100755 --- a/python3-flightgear/fg-copy-weather-scenarios-to-default-locale +++ b/python3-flightgear/fg-copy-weather-scenarios-to-default-locale @@ -26,7 +26,7 @@ import textwrap import lxml.etree as ET import flightgear.meta.strutils as strutils -from catalog import sgprops +from flightgear.meta import sgprops PROGNAME = os.path.basename(sys.argv[0])