From e5cc789b28f40ddb046a1c036b39a81276c1eb14 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 12165cca10..36b5442f8a 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",