tools/liveimage-mount | 1 + 1 file changed, 1 insertion(+)
New commits: commit ff65c3993cb6226dfb13f04c78301dca046f6b76 Author: Brian C. Lane bcl@redhat.com Date: Thu Sep 5 17:01:21 2013 -0700
liveimage-mount: add missing import
diff --git a/tools/liveimage-mount b/tools/liveimage-mount index 185f070..90cfe90 100755 --- a/tools/liveimage-mount +++ b/tools/liveimage-mount @@ -27,6 +27,7 @@ import getopt import tempfile import subprocess
+from imgcreate.errors import *
def usage(ecode): print """Usage:
livecd@lists.fedoraproject.org