---
virt-sandbox-image/virt-sandbox-image.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/virt-sandbox-image/virt-sandbox-image.py
b/virt-sandbox-image/virt-sandbox-image.py
index 55aea6a..9e98bf2 100755
--- a/virt-sandbox-image/virt-sandbox-image.py
+++ b/virt-sandbox-image/virt-sandbox-image.py
@@ -40,6 +40,8 @@ default_unprivileged_storage_dir = default_unprivileged_template_dir +
"/storage
debug = False
verbose = False
+sys.dont_write_byte_code = True
+
import importlib
def dynamic_source_loader(name):
name = name[0].upper() + name[1:]
--
2.1.0