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])