# HG changeset patch # User sanbi-uwc # Date 1467125725 14400 # Node ID d7253c66512d11eb97570828b74e330919ff9e7b # Parent 1c926de292e1654ba512d7e71e0cbbdb3ec24147 planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 757930b26b69526f28157fed149ae2f65d7bcd88-dirty diff -r 1c926de292e1 -r d7253c66512d neo4j.py --- a/neo4j.py Sat Jun 25 21:04:43 2016 -0400 +++ b/neo4j.py Tue Jun 28 10:55:25 2016 -0400 @@ -20,8 +20,8 @@ derived from html - composite datatype elements stored in extra files path """ - def __init__(self): - Html.__init__( self, **kwd ) + #def __init__(self): + # Html.__init__( self, **kwd ) def generate_primary_file( self, dataset=None ): """ @@ -133,4 +133,4 @@ if __name__ == '__main__': import doctest - doctest.testmod(sys.modules[__name__]) \ No newline at end of file + doctest.testmod(sys.modules[__name__])