diff -r c3abc7895a01 -r 5c615a85241a SqlBrowser/SqlConnectionWidget.py --- a/SqlBrowser/SqlConnectionWidget.py Thu Aug 12 16:11:13 2010 +0200 +++ b/SqlBrowser/SqlConnectionWidget.py Thu Aug 12 16:43:33 2010 +0200 @@ -15,8 +15,8 @@ """ Class implementing a widget showing the SQL connections. - @signal tableActivated(string) emitted after the entry for a table has been activated - @signal schemaRequested(string) emitted when the schema display is requested + @signal tableActivated(str) emitted after the entry for a table has been activated + @signal schemaRequested(str) emitted when the schema display is requested @signal cleared() emitted after the connection tree has been cleared """ tableActivated = pyqtSignal(str)