Slots use tuples instead now.

This commit is contained in:
Rapptz
2016-10-11 00:57:41 -04:00
parent b9dafe375f
commit e4b16851bf
7 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@ class Permissions:
permissions via the properties rather than using this raw value.
"""
__slots__ = [ 'value' ]
__slots__ = ('value',)
def __init__(self, permissions=0, **kwargs):
self.value = permissions