7b51de6 Fix improper use of strip()

Authored and Committed by Jesse Keating 13 years ago
    Fix improper use of strip()
    
    Strip doesn't do what I thought it did, it will remove any of the
    individual chars from the string, rather than just removing the
    substring from the string.  replace('substring', '') needs to be used
    instead.
    
        
file modified
+2 -2