update for change to etsicatalog
[modeling/etsicatalog.git] / catalog / packages / const.py
similarity index 97%
rename from genericparser/packages/const.py
rename to catalog/packages/const.py
index 2b8778b..cd09b40 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from genericparser.pub.utils.jobutil import enum
+from catalog.pub.utils.jobutil import enum
 
 PKG_STATUS = enum(
     CREATED="CREATED",