# HG changeset patch # User catherine@dellzilla # Date 1225291568 14400 # Node ID fe432d010eccc7fb4b81580132214412a786c671 # Parent fe47c5b269cc8b76c47c75abd7a963452040ca12 going to attempt 2.4 and 2.6 compatibility diff -r fe47c5b269cc -r fe432d010ecc cmd2.py --- a/cmd2.py Tue Oct 28 14:09:44 2008 -0400 +++ b/cmd2.py Wed Oct 29 10:46:08 2008 -0400 @@ -613,7 +613,7 @@ class HistoryItem(str): def __init__(self, instr): - str.__init__(self, instr) + str.__init__(self) self.lowercase = self.lower() self.idx = None def pr(self):