Change add_default_schema to use pkg_resources feature to find schemas.
authorDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2012 06:16:08 +0000 (22:16 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2012 06:16:08 +0000 (22:16 -0800)
commit013d879eecacd71ddc41c888b2b7aefb9da88f33
tree2bcdd361959ab377040edb216d3bfef3cfd74f31
parent4a5ef9ae6cdfdd8cc52015b8260ca3b0dacba236
Change add_default_schema to use pkg_resources feature to find schemas.

I was trying to get py.test to work and it really wants to install
things, and my previous method to find the schema files wasn't working
very well with the egg distribution.
htsworkflow/util/rdfhelp.py