qulogic / r2spec

Forked from r2spec 6 years ago
Clone

254b7b2 Use raw strings for regular expressions.

Authored and Committed by qulogic 6 years ago
    Use raw strings for regular expressions.
    
    This will avoid deprecation warnings / errors about invalid escape
    sequences in strings that comes about in newer Python 3.
    
        
file modified
+2 -2
file modified
+3 -3
file modified
+1 -1