From: Diane Trout Date: Sat, 10 Jan 2015 00:39:11 +0000 (-0800) Subject: at some point I added code that used base64, hashlib, and os, but I never imported... X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=commitdiff_plain;h=f06c9771992066636e70fefe18283907675fbaac;p=htsworkflow.git at some point I added code that used base64, hashlib, and os, but I never imported them --- diff --git a/htsworkflow/submission/encoded.py b/htsworkflow/submission/encoded.py index d406758..66cb62d 100644 --- a/htsworkflow/submission/encoded.py +++ b/htsworkflow/submission/encoded.py @@ -2,13 +2,14 @@ This allows retrieving blocks """ - - from __future__ import print_function +import base64 import collections +import hashlib import logging import json import jsonschema +import os import requests import types from urlparse import urljoin, urlparse, urlunparse