[Treepkg-commits] r381 - branches/treepkg-status/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 27 10:54:18 CEST 2010
Author: bricks
Date: 2010-07-27 10:54:15 +0200 (Tue, 27 Jul 2010)
New Revision: 381
Modified:
branches/treepkg-status/bin/publishpackages.py
Log:
fixed wrong import statement
Modified: branches/treepkg-status/bin/publishpackages.py
===================================================================
--- branches/treepkg-status/bin/publishpackages.py 2010-07-26 13:50:49 UTC (rev 380)
+++ branches/treepkg-status/bin/publishpackages.py 2010-07-27 08:54:15 UTC (rev 381)
@@ -20,8 +20,8 @@
from treepkg.run import call, capture_output
from treepkg.cmdexpand import cmdexpand
from treepkg.util import ensure_directory, listdir_abs
-from treepkg.publish import remove_trailing_slashes, expand_filename,
- prefix_for_remote_command, copy_to_publishdir
+from treepkg.publish import remove_trailing_slashes, expand_filename
+from treepkg.publish import prefix_for_remote_command, copy_to_publishdir
config_desc = ["distribution", "section", "num_newest",
"build_user", "build_host", "build_listpackages",
More information about the Treepkg-commits
mailing list