at some point I added code that used base64, hashlib, and os, but I never imported...
authorDiane Trout <diane@ghic.org>
Sat, 10 Jan 2015 00:39:11 +0000 (16:39 -0800)
committerDiane Trout <diane@ghic.org>
Sat, 10 Jan 2015 00:39:11 +0000 (16:39 -0800)
htsworkflow/submission/encoded.py

index d4067583e0c3b1ba6514b2fc87e35964c8d77e12..66cb62d3cc767773a05c7b3a8647a6e1ce2ae862 100644 (file)
@@ -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