From cf7b406326379f09c2d69423d71594c9ccbf3b18 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 23 Aug 2023 11:59:58 -0600 Subject: [PATCH] Forgot to note in the previous commit: - also brought over Thrift changes from - awips2-core/edex/com.raytheon.uf.edex.requestsrv/bin/com/raytheon/uf/edex/requestsrv/serialization/thrift - awips2-core/common/com.raytheon.uf.common.serialization/bin/com/raytheon/uf/common/serialization/thrift - also changed ufpy to awips in awips/test/dafTests/testGfe.p --- awips/test/dafTests/testGfe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awips/test/dafTests/testGfe.py b/awips/test/dafTests/testGfe.py index ffab2ce..17d76f3 100644 --- a/awips/test/dafTests/testGfe.py +++ b/awips/test/dafTests/testGfe.py @@ -20,7 +20,7 @@ from dynamicserialize.dstypes.com.raytheon.uf.common.dataquery.requests import RequestConstraint -from ufpy.dataaccess import DataAccessLayer as DAL +from awips.dataaccess import DataAccessLayer as DAL from shapely.geometry import box, Point from . import baseDafTestCase