comparison enterprise/kdei18n.py @ 106:66cbfc772f84

Add bin/inittreepkg.py, a script to automate some of the installation and some support code for in in the packager classes.
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Mar 2008 14:31:28 +0000
parents fb5332a286cf
children
comparison
equal deleted inserted replaced
105:b4226070371f 106:66cbfc772f84
135 135
136 def __init__(self, *args, **kw): 136 def __init__(self, *args, **kw):
137 self.orig_tarball = kw.pop("orig_tarball") 137 self.orig_tarball = kw.pop("orig_tarball")
138 super(PackageTrack, self).__init__(*args, **kw) 138 super(PackageTrack, self).__init__(*args, **kw)
139 139
140 def init_treepkg(self):
141 super(PackageTrack, self).init_treepkg()
142 if not os.path.exists(self.orig_tarball):
143 print ("TODO: The orig_tarball %s still has to be created"
144 % (self.orig_tarball,))
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)