convert to unicode_literals
authorDiane Trout <diane@ghic.org>
Tue, 3 Feb 2015 00:24:18 +0000 (16:24 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 3 Feb 2015 00:24:18 +0000 (16:24 -0800)
commitd51adc01f5e4ff7eb7e3846db06afd7043fa5a71
tree92ff2a4e4f7a2b85e1a1340e49fdba84fa194445
parentbcda5301706c2ff1744e70ca354ef29f60676110
convert to unicode_literals

convert all the string handling to unicode.
to make the RDF stuff work I needed to mark those strings
as byte arrays
47 files changed:
bcmagic/admin.py
bcmagic/forms.py
bcmagic/models.py
bcmagic/plugin.py
bcmagic/urls.py
bcmagic/utils.py
bcmagic/views.py
eland_config/admin.py
eland_config/forms.py
eland_config/models.py
eland_config/urls.py
eland_config/views.py
experiments/admin.py
experiments/experiments.py
experiments/experiments_factory.py
experiments/models.py
experiments/test/test_cluster_station.py
experiments/test/test_filetype.py
experiments/test/test_sequencer.py
experiments/test_experiments.py
experiments/urls.py
experiments/views.py
htsworkflow/pipelines/bustard.py
htsworkflow/pipelines/gerald.py
htsworkflow/pipelines/summary.py
htsworkflow/util/conversion.py
htsworkflow/util/rdfhelp.py
inventory/admin.py
inventory/bcmagic.py
inventory/inventory_factory.py
inventory/models.py
inventory/test_inventory.py
inventory/urls.py
inventory/views.py
labels/admin.py
labels/models.py
labels/test_labels.py
labels/views.py
samples/admin.py
samples/auth_backend.py
samples/changelist.py
samples/models.py
samples/results.py
samples/samples_factory.py
samples/test_samples.py
samples/urls.py
samples/views.py