changeset 500:9ec15ae12a0f

enterprise tags has no source and binary packager anymore
author Bjoern Ricks <bricks@intevation.de>
date Wed, 20 Oct 2010 14:36:45 +0000
parents e44c9c3f69f8
children fd52f1e231ba
files recipes/kde/enterprise/kde_l10n_tags.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/recipes/kde/enterprise/kde_l10n_tags.py	Wed Oct 20 07:51:53 2010 +0000
+++ b/recipes/kde/enterprise/kde_l10n_tags.py	Wed Oct 20 14:36:45 2010 +0000
@@ -14,9 +14,9 @@
 import treepkg.util
 
 import recipes.kde.enterprise.tags as tags
+import recipes.kde.enterprise.generic as enterprise
 
-
-class SourcePackager(tags.SourcePackager):
+class SourcePackager(enterprise.SourcePackager):
 
     """Creates the debian source package for the l10n files
 
@@ -87,7 +87,7 @@
                   os.path.join(pkgbasedir, os.path.basename(de_tarball)))
 
 
-class RevisionPackager(tags.RevisionPackager):
+class RevisionPackager(enterprise.RevisionPackager):
 
     source_packager_cls = SourcePackager
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)