882b2f9 Use raw strings for all regexes.

Authored and Committed by qulogic 6 years ago
    Use raw strings for all regexes.
    
    These invalid escape sequences will break with Python 3.8.
    
        
file modified
+38 -19