Author: hartmannathan
Date: Sun Oct 19 17:04:32 2025
New Revision: 1929224

Log:
On the 1.14.x-r1928521 branch, merge r1928521 from trunk

Modified:
   subversion/branches/1.14.x-r1928521/   (props changed)
   subversion/branches/1.14.x-r1928521/subversion/bindings/swig/svn_delta.i

Modified: 
subversion/branches/1.14.x-r1928521/subversion/bindings/swig/svn_delta.i
==============================================================================
--- subversion/branches/1.14.x-r1928521/subversion/bindings/swig/svn_delta.i    
Sun Oct 19 16:54:40 2025        (r1929223)
+++ subversion/branches/1.14.x-r1928521/subversion/bindings/swig/svn_delta.i    
Sun Oct 19 17:04:32 2025        (r1929224)
@@ -208,6 +208,7 @@ void _ops_get(int *num_ops, const svn_tx
 # Baton container class for editor/parse_fns3 batons and their decendants.
 class _ItemBaton:
   def __init__(self, editor, pool, baton=None):
+    import libsvn.core
     self.pool = pool if pool else libsvn.core.svn_pool_create()
     self.baton = baton
     self.editor = editor

Reply via email to