##// END OF EJS Templates
py3: unbyteify arguments to warnings.filterwarnings()...
Manuel Jacob -
r45490:4888adfb stable
parent child Browse files
Show More
@@ -55,7 +55,7 b' try:'
55 55 import warnings
56 56
57 57 warnings.filterwarnings(
58 b'ignore', module=b'svn.core', category=DeprecationWarning
58 'ignore', module='svn.core', category=DeprecationWarning
59 59 )
60 60 svn.core.SubversionException # trigger import to catch error
61 61
General Comments 0
You need to be logged in to leave comments. Login now