comparison neo4j.py @ 7:ac9f9d1b2c00 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 94f252eb4cd941391c5c52346ef69ba891f3b68f
author sanbi-uwc
date Wed, 18 May 2016 08:54:22 -0400
parents 643e3ebaa907
children 666c7e606768
comparison
equal deleted inserted replaced
6:643e3ebaa907 7:ac9f9d1b2c00
9 9
10 gal_Log = logging.getLogger(__name__) 10 gal_Log = logging.getLogger(__name__)
11 verbose = True 11 verbose = True
12 12
13 13
14 class Neo4j(Html): 14 class Neo4j(object):
15 """ 15 """
16 base class to use for neostore datatypes 16 base class to use for neostore datatypes
17 derived from html - composite datatype elements 17 derived from html - composite datatype elements
18 stored in extra files path 18 stored in extra files path
19 """ 19 """