##// 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 43 import svn.ra
44 44 import svn.delta
45 45 import transport
46 import warnings
47 warnings.filterwarnings('ignore',
48 module='svn.core',
49 category=DeprecationWarning)
50
46 51 except ImportError:
47 52 pass
48 53
General Comments 0
You need to be logged in to leave comments. Login now