[Pkg-libvirt-commits] [libvirt-sandbox] 23/42: docker: add missing hashlib import statement

Guido Guenther agx at moszumanska.debian.org
Sat May 27 16:27:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/experimental
in repository libvirt-sandbox.

commit 91c12bb9a7411edff839daf1207df413042f0e93
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Thu Jul 14 11:38:15 2016 +0100

    docker: add missing hashlib import statement
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 libvirt-sandbox/image/sources/docker.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvirt-sandbox/image/sources/docker.py b/libvirt-sandbox/image/sources/docker.py
index 1e5859e..3e0aa9f 100644
--- a/libvirt-sandbox/image/sources/docker.py
+++ b/libvirt-sandbox/image/sources/docker.py
@@ -29,6 +29,7 @@ import os
 import subprocess
 import shutil
 import urlparse
+import hashlib
 
 from . import base
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git



More information about the Pkg-libvirt-commits mailing list