From aee9cec62e344512a8a9cc222098449531bcd55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 1 Sep 2018 22:05:45 +0300 Subject: [PATCH] =?UTF-8?q?Rename=20src/open=5Fdefault=5Ffiles.py=20?= =?UTF-8?q?=E2=86=92=20src/default=5Ffiles.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- src/{open_default_files.py => default_files.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{open_default_files.py => default_files.py} (100%) diff --git a/Makefile b/Makefile index 1f6ce78..a893d3b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SSHWOT_EXPORT_KNOWN_HOSTS_MAIN:=src/main-export-known-hosts.py SSHWOT_EXPORT_KNOWN_HOSTS_DEPS:=src/entry.py src/hashing.py src/process_known_hosts.py src/write_file.py SSHWOT_FILTER_MAIN:=src/main-filter.py -SSHWOT_FILTER_DEPS:=src/entry.py src/hashing.py src/open_default_files.py src/read_file.py src/write_file.py +SSHWOT_FILTER_DEPS:=src/entry.py src/hashing.py src/default_files.py src/read_file.py src/write_file.py all: $(BINS) diff --git a/src/open_default_files.py b/src/default_files.py similarity index 100% rename from src/open_default_files.py rename to src/default_files.py