1
0

move wordlists to data dir

This commit is contained in:
ThomasV
2014-09-13 09:58:11 +02:00
parent 5b84cbe9fb
commit 0606a30804
8 changed files with 16 additions and 5 deletions

View File

@@ -76,9 +76,7 @@ def theme_dirs_from_prefix(prefix):
def load_theme_paths():
theme_paths = {}
prefixes = (util.local_data_dir(), util.appdata_dir())
for prefix in prefixes:
theme_paths.update(theme_dirs_from_prefix(prefix))
theme_paths.update(theme_dirs_from_prefix(util.data_dir()))
return theme_paths