From cce085c31abfc663d696750a143a066fb7b71550 Mon Sep 17 00:00:00 2001 From: Matthew Wilkes Date: Thu, 30 May 2024 18:06:18 +0100 Subject: [PATCH] Tarfile not tarball --- tildagon/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildagon/manifest.py b/tildagon/manifest.py index 9155083..02c77b4 100644 --- a/tildagon/manifest.py +++ b/tildagon/manifest.py @@ -54,4 +54,4 @@ def freeze_images(path, generated_dir): require("aioble") require("aiorepl") require("gzip") -require("tarball") \ No newline at end of file +require("tarfile") \ No newline at end of file