Mercurial > treepkg
comparison 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 |
comparison
equal
deleted
inserted
replaced
447:1d16e4844f98 | 448:12f3642e1756 |
---|---|
18 | 18 |
19 import treepkgcmd | 19 import treepkgcmd |
20 from treepkg.readconfig import read_config_section, convert_bool | 20 from treepkg.readconfig import read_config_section, convert_bool |
21 from treepkg.run import call, capture_output | 21 from treepkg.run import call, capture_output |
22 from treepkg.cmdexpand import cmdexpand | 22 from treepkg.cmdexpand import cmdexpand |
23 from treepkg.publish import copy_arch_to_publishdir, prefix_for_remote_command | 23 from treepkg.publish import copy_arch_to_publishdir, prefix_for_remote_command,\ |
24 get_binary_arch | |
24 | 25 |
25 from treepkg.util import md5sum, expand_filename, remove_trailing_slashes | 26 from treepkg.util import md5sum, expand_filename, remove_trailing_slashes |
26 from treepkg.info.status import TreepkgInfo | 27 from treepkg.info.status import TreepkgInfo |
27 from treepkg.info.data import Package | 28 from treepkg.info.data import Package |
28 from treepkg.info.data import CacheDb | 29 from treepkg.info.data import CacheDb |