Comment 1 for bug 1858828

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

No idea if this would work, completely untested, I just saw that python3-breezy has the same workingtree module:

diff --git a/deployer/vcs.py b/deployer/vcs.py
index acd18e7..e4f63af 100644
--- a/deployer/vcs.py
+++ b/deployer/vcs.py
@@ -2,7 +2,7 @@ import subprocess
 import os
 import re

-from bzrlib.workingtree import WorkingTree
+from breezy.workingtree import WorkingTree

 from .utils import ErrorExit