##// END OF EJS Templates
convert: hide svn deprecation warnings
Ronny Pfannschmidt -
r8221:f35b9330 default
parent child Browse files
Show More
@@ -43,6 +43,11 b' try:'
43 import svn.ra
43 import svn.ra
44 import svn.delta
44 import svn.delta
45 import transport
45 import transport
46 import warnings
47 warnings.filterwarnings('ignore',
48 module='svn.core',
49 category=DeprecationWarning)
50
46 except ImportError:
51 except ImportError:
47 pass
52 pass
48
53
General Comments 0
You need to be logged in to leave comments. Login now