comparison lib/galaxy/datatypes/wsf.py @ 2:41ef7e57c2fa

data -> galaxy.datatypes.data
author Richard Burhans <burhans@bx.psu.edu>
date Mon, 09 Apr 2012 15:27:28 -0400
parents 2c498d40ecde
children e29f4d801bb0
comparison
equal deleted inserted replaced
1:0df7a9b89f13 2:41ef7e57c2fa
1 """ 1 """
2 SnpFile datatype 2 SnpFile datatype
3 """ 3 """
4 4
5 import data 5 import galaxy.datatypes.data
6 import tempfile 6 import tempfile
7 import os 7 import os
8 import simplejson 8 import simplejson
9 from galaxy import util 9 from galaxy import util
10 from galaxy.datatypes.sniff import * 10 from galaxy.datatypes.sniff import *