Преглед на файлове

alphabetically sort list of files when loading command modules

tags/v0.1
Ben Kurtovic преди 13 години
родител
ревизия
36801bda6a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. +1
    -0
      irc/command_handler.py

+ 1
- 0
irc/command_handler.py Целия файл

@@ -10,6 +10,7 @@ commands = []
def init_commands(connection):
"""load all valid command classes from irc/commmands/ into the commands variable"""
files = os.listdir(os.path.join("irc", "commands")) # get all files in irc/commands/
files.sort() # alphabetically sort list of files

for f in files:
if f.startswith("_") or not f.endswith(".py"): # ignore non-python files or files beginning with "_"


Зареждане…
Отказ
Запис