Mercurial > treepkg
diff bin/publishdebianpackages.py @ 448:12f3642e1756
added missing import
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Tue, 10 Aug 2010 10:31:40 +0000 |
parents | 8e0c81870e5e |
children | eacfd3744d16 |
line wrap: on
line diff
--- 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