Mercurial > repos > sanbi-uwc > neo4j_datatypes
comparison neo4j.py @ 14:4ab571f8a769 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 11c63594db888aadc71cef28d66358372881a82b
| author | sanbi-uwc |
|---|---|
| date | Wed, 18 May 2016 09:37:09 -0400 |
| parents | 7f63bb1dd162 |
| children | ec3016ba76f2 |
comparison
equal
deleted
inserted
replaced
| 13:7f63bb1dd162 | 14:4ab571f8a769 |
|---|---|
| 11 | 11 |
| 12 gal_Log = logging.getLogger(__name__) | 12 gal_Log = logging.getLogger(__name__) |
| 13 verbose = True | 13 verbose = True |
| 14 | 14 |
| 15 | 15 |
| 16 class Neo4j(Html): | 16 class Neo4j(object): |
| 17 """ | 17 """ |
| 18 base class to use for neostore datatypes | 18 base class to use for neostore datatypes |
| 19 derived from html - composite datatype elements | 19 derived from html - composite datatype elements |
| 20 stored in extra files path | 20 stored in extra files path |
| 21 """ | 21 """ |
