summaryrefslogtreecommitdiffstats
path: root/module/common
diff options
context:
space:
mode:
Diffstat (limited to 'module/common')
-rw-r--r--module/common/pavement.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/common/pavement.py b/module/common/pavement.py
index e66eb75f4..9d36e9c1d 100644
--- a/module/common/pavement.py
+++ b/module/common/pavement.py
@@ -210,9 +210,9 @@ def generate_locale():
EXCLUDE = ["BeautifulSoup.py", "module/cli", "web/locale", "web/ajax", "web/cnl", "web/pyload",
"setup.py"]
- makepot("core", path("module"), EXCLUDE, "./pyLoadCore.py\n")
+ makepot("core", path("module"), EXCLUDE, "./pyload.py\n")
- makepot("cli", path("module") / "cli", [], includes="./pyLoadCli.py\n")
+ makepot("cli", path("module") / "cli", [], includes="./pyload-cli.py\n")
makepot("setup", "", [], includes="./module/setup.py\n")
EXCLUDE = ["ServerThread.py", "web/media/default"]