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

Define HAS_LXC even if import lxc doesn't fail.
reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
commit a5da6da2d6

@ -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

Loading…
Cancel
Save