Project

General

Profile

« Previous | Next » 

Revision 1018

bin/map: Removed metadata values feature since the syntax used was causing problems with mappings starting with a ":", and metadata can instead be stored as attributes of the primary key's mapping

View differences:

map
23 23
import xml_dom
24 24
import xml_func
25 25

  
26
def metadata_value(name):
27
    if util.is_str(name) and name.startswith(':'): return name[1:]
28
    else: return None
26
def metadata_value(name): return None # this feature has been removed
29 27

  
30 28
def main_():
31 29
    env_names = []

Also available in: Unified diff