diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-18 01:02:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:25:56 +0200 |
commit | 35474a8f1f8acb141bb415556f3bda94399d2aee (patch) | |
tree | 79b13a6e2fdbedf99004b16d0723c677e781b9c1 /module/common | |
parent | Remove self-tests from all files (diff) | |
download | pyload-35474a8f1f8acb141bb415556f3bda94399d2aee.tar.xz |
Rename pyLoadCore as pyload and pyLoadCli as pyload-cli
Diffstat (limited to 'module/common')
-rw-r--r-- | module/common/pavement.py | 4 |
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"] |