removed outdated comment

master
Salvo 'LtWorf' Tomaselli 2015-10-10 02:02:35 +07:00
parent 7f08ca9133
commit be4217dec9
1 changed files with 0 additions and 1 deletions

@ -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))