Commit 61c22d58 authored by Hilton Bristow's avatar Hilton Bristow

removed experimental slots

parent fc696a9f
......@@ -311,7 +311,6 @@ class Constant(object):
ref is the constant a reference? ('*'/'&')
default default value, required for constants
"""
__slots__ = ['name', 'clss', 'tp', 'ref', 'const', 'default']
def __init__(self, name='', clss='', tp='', const=False, ref='', default=''):
self.name = name
self.clss = clss
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment