use svn.remote.RemoteClient has a error .it is ' AttributeError: 'function' object has no attribute 'RemoteClient''
import svn
svnClient = svn.remote.RemoteClient(
r'http://xxx' + branch,
username='sss', password='ss')
svnClient.checkout(path)
It works fine on Windows, but it fails on Linux
I don't know what's going on here
So I need some help
Thanks
use svn.remote.RemoteClient has a error .it is ' AttributeError: 'function' object has no attribute 'RemoteClient''
import svn
svnClient = svn.remote.RemoteClient(
r'http://xxx' + branch,
username='sss', password='ss')
svnClient.checkout(path)
It works fine on Windows, but it fails on Linux
I don't know what's going on here
So I need some help
Thanks