From cf843eda3e4650bc240eb0d1a1ab5b0cea6dda96 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Fri, 10 Jul 2020 13:19:53 +0200 Subject: [PATCH] Removed dependency to old nomad-meta-info project. --- common/python/nomadcore/local_meta_info.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/python/nomadcore/local_meta_info.py b/common/python/nomadcore/local_meta_info.py index 97f7190..06bfa89 100644 --- a/common/python/nomadcore/local_meta_info.py +++ b/common/python/nomadcore/local_meta_info.py @@ -10,7 +10,9 @@ import json import os, re from nomadcore.json_support import jsonCompactS, jsonCompactD, jsonIndentD from io import open -import metainfo +# We removed the old nomad-meta-info project and the metainfo module respectively. Most of the +# functionality in this module wont work anymore. +# import metainfo """objects to handle a local InfoKinds with unique name (think self written json)""" class InfoKindEl(object): -- GitLab