Add imports for stdlib modules that are used.

This is cleanup that will aid us when we get ziploader implemented for 2.1
This commit is contained in:
Toshio Kuratomi 2015-11-02 12:02:26 -08:00
parent 107d025d8a
commit 1bc75374dc
8 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,7 @@
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import os
import hmac
import urlparse