summaryrefslogtreecommitdiff
path: root/cerbero
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-12 11:11:25 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-12 11:11:25 +0200
commita57743e477c76757054e1c4a1bf26163469d1589 (patch)
treecf74bcf7daf3ce943e7c79a3f3c22fc23971f487 /cerbero
parent74ab63fd236713a8d5bc87d3e83c0bbd9012d4b7 (diff)
wix: move templates to the devel package
Diffstat (limited to 'cerbero')
-rw-r--r--cerbero/packages/wix.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cerbero/packages/wix.py b/cerbero/packages/wix.py
index c7eeb17..0e1c411 100644
--- a/cerbero/packages/wix.py
+++ b/cerbero/packages/wix.py
@@ -48,8 +48,7 @@ class VSTemplatePackage(Package):
def __init__(self, config, store, cookbook):
Package.__init__(self, config, store, cookbook)
- def files_list(self):
- #def devel_files_list(self):
+ def devel_files_list(self):
files = []
for f in [self.vs_template_dir, self.vs_wizard_dir]:
files += shell.ls_dir (os.path.join(self.config.prefix,f),