Merge pull request #638 from jpic/fix/define-HAS_LXC

Define HAS_LXC even if import lxc doesn't fail.
This commit is contained in:
Toshio Kuratomi 2015-06-23 11:42:46 -07:00
commit a5da6da2d6

View file

@ -385,6 +385,8 @@ try:
import lxc
except ImportError:
HAS_LXC = False
else:
HAS_LXC = True
# LXC_COMPRESSION_MAP is a map of available compression types when creating