eric6/Network/IRC/IrcNetworkManager.py

changeset 8207
d359172d11be
parent 7960
e8fc383322f7
child 8218
7c09585bd960
--- a/eric6/Network/IRC/IrcNetworkManager.py	Fri Apr 09 18:13:36 2021 +0200
+++ b/eric6/Network/IRC/IrcNetworkManager.py	Fri Apr 09 18:38:01 2021 +0200
@@ -17,7 +17,7 @@
 import Preferences
 
 
-class IrcIdentity(object):
+class IrcIdentity:
     """
     Class implementing the IRC identity object.
     """
@@ -280,7 +280,7 @@
         return identity
 
 
-class IrcServer(object):
+class IrcServer:
     """
     Class implementing the IRC identity object.
     """
@@ -387,7 +387,7 @@
         return pwConvert(self.__password, encode=False)
 
 
-class IrcChannel(object):
+class IrcChannel:
     """
     Class implementing the IRC channel object.
     """
@@ -465,7 +465,7 @@
         self.__autoJoin = enable
 
 
-class IrcNetwork(object):
+class IrcNetwork:
     """
     Class implementing the IRC network object.
     """

eric ide

mercurial