From fe39822dd51c6561a37c3753c6a9184b911eab78 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sun, 8 Dec 2019 03:10:30 -0500 Subject: [PATCH] remove ext from filenames --- exts/{ae7qext.py => ae7q.py} | 0 exts/{baseext.py => base.py} | 0 exts/{funext.py => fun.py} | 0 exts/{gridext.py => grid.py} | 0 exts/{hamext.py => ham.py} | 0 exts/{imageext.py => image.py} | 0 exts/{morseext.py => morse.py} | 0 exts/{qrzext.py => qrz.py} | 0 exts/{studyext.py => study.py} | 0 exts/{weatherext.py => weather.py} | 0 templates/data/options.py | 3 +-- 11 files changed, 1 insertion(+), 2 deletions(-) rename exts/{ae7qext.py => ae7q.py} (100%) rename exts/{baseext.py => base.py} (100%) rename exts/{funext.py => fun.py} (100%) rename exts/{gridext.py => grid.py} (100%) rename exts/{hamext.py => ham.py} (100%) rename exts/{imageext.py => image.py} (100%) rename exts/{morseext.py => morse.py} (100%) rename exts/{qrzext.py => qrz.py} (100%) rename exts/{studyext.py => study.py} (100%) rename exts/{weatherext.py => weather.py} (100%) diff --git a/exts/ae7qext.py b/exts/ae7q.py similarity index 100% rename from exts/ae7qext.py rename to exts/ae7q.py diff --git a/exts/baseext.py b/exts/base.py similarity index 100% rename from exts/baseext.py rename to exts/base.py diff --git a/exts/funext.py b/exts/fun.py similarity index 100% rename from exts/funext.py rename to exts/fun.py diff --git a/exts/gridext.py b/exts/grid.py similarity index 100% rename from exts/gridext.py rename to exts/grid.py diff --git a/exts/hamext.py b/exts/ham.py similarity index 100% rename from exts/hamext.py rename to exts/ham.py diff --git a/exts/imageext.py b/exts/image.py similarity index 100% rename from exts/imageext.py rename to exts/image.py diff --git a/exts/morseext.py b/exts/morse.py similarity index 100% rename from exts/morseext.py rename to exts/morse.py diff --git a/exts/qrzext.py b/exts/qrz.py similarity index 100% rename from exts/qrzext.py rename to exts/qrz.py diff --git a/exts/studyext.py b/exts/study.py similarity index 100% rename from exts/studyext.py rename to exts/study.py diff --git a/exts/weatherext.py b/exts/weather.py similarity index 100% rename from exts/weatherext.py rename to exts/weather.py diff --git a/templates/data/options.py b/templates/data/options.py index c3a7351..81ecc8b 100644 --- a/templates/data/options.py +++ b/templates/data/options.py @@ -27,8 +27,7 @@ debug = False owners_uids = (200102491231092736,) # The extensions to load when running the bot. -exts = ['ae7qext', 'baseext', 'funext', 'gridext', 'hamext', 'imageext', - 'morseext', 'qrzext', 'studyext', 'weatherext'] +exts = ['ae7q', 'base', 'fun', 'grid', 'ham', 'image', 'morse', 'qrz', 'study', 'weather'] # The text to put in the "playing" status. game = 'with lids on 7.200'