Fix prefix commit.

This commit is contained in:
Valentin Lorentz 2019-02-21 22:43:09 +01:00
parent b882d1cc00
commit c87aacb690
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ import shutil
import os
plugins = [s for s in os.listdir('plugins') if
plugins = [s for s in os.listdir(os.path.join('supybot', 'plugins')) if
os.path.exists(os.path.join('plugins', s, 'plugin.py'))]
def normalizeWhitespace(s):