Project

General

Profile

« Previous | Next » 

Revision 27623202

Added by Frédéric Péters almost 13 years ago

wcsinstd: use default export filename for default instance contents

View differences:

wcsinst/wcsinstd/deploy.py
anew = True
os.mkdir(self.collectivity_install_dir)
z = zipfile.ZipFile(os.path.join(self.skel_dir, 'base.zip'), 'r')
z = zipfile.ZipFile(os.path.join(self.skel_dir, 'export.wcs'), 'r')
for f in z.namelist():
path = os.path.join(self.collectivity_install_dir, f)

Also available in: Unified diff