summaryrefslogtreecommitdiff
path: root/subplot/ewww.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/ewww.py')
-rw-r--r--subplot/ewww.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/subplot/ewww.py b/subplot/ewww.py
index 6c93733..f1e02e3 100644
--- a/subplot/ewww.py
+++ b/subplot/ewww.py
@@ -47,14 +47,6 @@ def create_directory(ctx, dirname=None):
os.makedirs(dirname)
-# Create a file.
-def create_file(ctx, filename=None, content=None):
- logging.debug(f"Creating file {filename} with {content}")
- dirname = os.path.dirname(filename)
- os.makedirs(dirname)
- _write(filename, content)
-
-
# Copy test certificate from source tree, where it's been created previously by
# ./check.
def copy_test_certificate(ctx, cert=None, key=None):