diff -r 092aa8fafa4e -r f6ccc31d6e72 DebugClients/Python/FlexCompleter.py --- a/DebugClients/Python/FlexCompleter.py Sat Jan 02 16:15:57 2010 +0000 +++ b/DebugClients/Python/FlexCompleter.py Sat Jan 02 17:09:08 2010 +0000 @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- """ -Word completion for the eric4 shell +Word completion for the eric5 shell -<h4>NOTE for eric4 variant</h4> +<h4>NOTE for eric5 variant</h4> This version is a re-implementation of FlexCompleter - as found in the PyQwt package. It is modified to work with the eric4 debug + as found in the PyQwt package. It is modified to work with the eric5 debug clients. @@ -244,4 +244,4 @@ if hasattr(klass,'__bases__'): for base in klass.__bases__: ret = ret + get_class_members(base) - return ret + return ret \ No newline at end of file