13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
28
from tempfile import mkdtemp
21
29
from shutil import rmtree
23
33
from bzrlib.osutils import rename, sha_file
36
36
__docformat__ = "restructuredtext"