[Treepkg-commits] r478 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 10 12:35:47 CET 2010
Author: bricks
Date: 2010-11-10 12:35:47 +0100 (Wed, 10 Nov 2010)
New Revision: 478
Modified:
trunk/treepkg/packager.py
Log:
fix indentation
Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py 2010-11-10 09:33:36 UTC (rev 477)
+++ trunk/treepkg/packager.py 2010-11-10 11:35:47 UTC (rev 478)
@@ -534,8 +534,8 @@
self.pkg_dir_regex = re.compile(r"(?P<revision>[0-9a-f]+)"
r"-(?P<rules_revision>[0-9a-f]+)$")
self.status_hook = status_hook
- self.scm_type = scm_type
- self.rules_scm_type = rules_scm_type
+ self.scm_type = scm_type
+ self.rules_scm_type = rules_scm_type
if svn_url:
url = svn_url
More information about the Treepkg-commits
mailing list