# HG changeset patch # User Bjoern Ricks # Date 1281436300 0 # Node ID 12f3642e1756eec12b0116ebb628a1163a0f6b49 # Parent 1d16e4844f98cf88b4c51ff007ff306c242e3226 added missing import diff -r 1d16e4844f98 -r 12f3642e1756 bin/publishdebianpackages.py --- a/bin/publishdebianpackages.py Mon Aug 09 14:00:00 2010 +0000 +++ b/bin/publishdebianpackages.py Tue Aug 10 10:31:40 2010 +0000 @@ -20,7 +20,8 @@ from treepkg.readconfig import read_config_section, convert_bool from treepkg.run import call, capture_output from treepkg.cmdexpand import cmdexpand -from treepkg.publish import copy_arch_to_publishdir, prefix_for_remote_command +from treepkg.publish import copy_arch_to_publishdir, prefix_for_remote_command,\ + get_binary_arch from treepkg.util import md5sum, expand_filename, remove_trailing_slashes from treepkg.info.status import TreepkgInfo