From abdcc99ac686a5fdbe586d3b16c0a4a6a6a1b291 Mon Sep 17 00:00:00 2001 From: litlighilit Date: Fri, 12 Jul 2024 16:07:25 +0800 Subject: [PATCH] refactor: mv nstrpftime nstrfptime --- src/pylib/Lib/time_impl/{nstrpftime.nim => nstrfptime.nim} | 0 src/pylib/Lib/time_impl/strfptime.nim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/pylib/Lib/time_impl/{nstrpftime.nim => nstrfptime.nim} (100%) diff --git a/src/pylib/Lib/time_impl/nstrpftime.nim b/src/pylib/Lib/time_impl/nstrfptime.nim similarity index 100% rename from src/pylib/Lib/time_impl/nstrpftime.nim rename to src/pylib/Lib/time_impl/nstrfptime.nim diff --git a/src/pylib/Lib/time_impl/strfptime.nim b/src/pylib/Lib/time_impl/strfptime.nim index 46239595c..beaf6203b 100644 --- a/src/pylib/Lib/time_impl/strfptime.nim +++ b/src/pylib/Lib/time_impl/strfptime.nim @@ -1,5 +1,5 @@ import std/times -import ./types, ./converters, ./nstrpftime +import ./types, ./converters, ./nstrfptime fetchDoc(docTable) export fetchDoc, docTable