Fix deprecation warning
This commit is contained in:
		
							
								
								
									
										4
									
								
								slixmpp/thirdparty/orderedset.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								slixmpp/thirdparty/orderedset.py
									
									
									
									
										vendored
									
									
								
							@@ -20,9 +20,9 @@
 | 
			
		||||
#     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 | 
			
		||||
#     OTHER DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
import collections
 | 
			
		||||
from collections.abc import MutableSet
 | 
			
		||||
 | 
			
		||||
class OrderedSet(collections.MutableSet):
 | 
			
		||||
class OrderedSet(MutableSet):
 | 
			
		||||
 | 
			
		||||
    def __init__(self, iterable=None):
 | 
			
		||||
        self.end = end = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user