Mercurial > repos > iuc > datatyp_ipynb
comparison ipynb.py @ 2:ed64ded866dd draft
Uploaded
author | iuc |
---|---|
date | Mon, 28 Jul 2014 03:47:05 -0400 |
parents | 8e8555ca07f9 |
children | d25397969a4c |
comparison
equal
deleted
inserted
replaced
1:8e8555ca07f9 | 2:ed64ded866dd |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 | 2 |
3 from galaxy.datatypes.json import Json as JsonClass | 3 from galaxy.datatypes.json_datatyp import Json as JsonClass |
4 from galaxy.datatypes.data import get_file_peek | 4 from galaxy.datatypes.data import get_file_peek |
5 import subprocess | 5 import subprocess |
6 import tempfile | 6 import tempfile |
7 import json | 7 import json |
8 import os | 8 import os |