From 8fd320776525f2dc76d7b9fbb6f74d8b95d53d57 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 10 Mar 2014 20:36:12 -0300 Subject: [PATCH] Updated updatets.py script with Draft changes --- src/Tools/updatets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 12165cca1..36b5442f8 100644 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -54,7 +54,7 @@ DirFilter = ["^Attic$", # python folders that need a special pylupdate command PyCommands = [["src/Mod/Draft", - "pylupdate *.py draftlibs/*.py Resources/ui/*.ui -ts Resources/translations/Draft.ts"], + "pylupdate *.py Resources/ui/*.ui -ts Resources/translations/Draft.ts"], ["src/Mod/Arch", "pylupdate *.py Resources/ui/*.ui -ts Resources/translations/Arch.ts"], ["src/Mod/OpenSCAD",