From 294915013680c9ad205d6c9fa0c7fa2b79cc1919 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Sat, 28 Mar 2020 15:13:26 +0100 Subject: Deseasonify: rename `seasons` pkg to `exts` It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality. --- bot/utils/persist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/utils/persist.py') diff --git a/bot/utils/persist.py b/bot/utils/persist.py index e5db4d5d..6f6507fa 100644 --- a/bot/utils/persist.py +++ b/bot/utils/persist.py @@ -2,7 +2,7 @@ import sqlite3 from pathlib import Path from shutil import copyfile -from bot.seasons import get_season_names +from bot.exts import get_season_names DIRECTORY = Path("data") # directory that has a persistent volume mapped to it -- cgit v1.2.3