Revision ee844e20 lib/opcodes.py

b/lib/opcodes.py
120 120

  
121 121
  """
122 122
  OP_ID = "OP_ABSTRACT"
123
  __slots__ = ["dry_run"]
123
  __slots__ = ["dry_run", "debug_level"]
124 124

  
125 125
  def __getstate__(self):
126 126
    """Specialized getstate for opcodes.

Also available in: Unified diff