removed outdated comment

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-10-10 02:02:35 +02:00
parent 7f08ca9133
commit be4217dec9

View File

@ -489,7 +489,6 @@ class Header(tuple):
'''This class defines the header of a relation.
It is used within relations to know if requested operations are accepted'''
# Since relations are mutalbe we explicitly block hashing them
def __new__(cls, fields):
return super(Header, cls).__new__(cls, tuple(fields))