Mercurial > repos > sanbi-uwc > neo4j_datatypes
changeset 13:7f63bb1dd162 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit c70e817056b8b40ca30339792cc8457670bbf9eb
author | sanbi-uwc |
---|---|
date | Wed, 18 May 2016 09:31:46 -0400 |
parents | f5094b616bcf |
children | 4ab571f8a769 |
files | neo4j.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/neo4j.py Wed May 18 09:28:53 2016 -0400 +++ b/neo4j.py Wed May 18 09:31:46 2016 -0400 @@ -5,8 +5,8 @@ import sys import os -#from galaxy.datatypes.images import Html -from galaxy.datatypes.data import Data, Text, Html +from galaxy.datatypes.images import Html +from galaxy.datatypes.data import Data, Text from galaxy.datatypes.metadata import MetadataElement gal_Log = logging.getLogger(__name__)