Commit 7c8471b8 authored by Aurel's avatar Aurel

missing import


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@466 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6bffb1a4
......@@ -24,7 +24,7 @@ from neo.master.handler import MasterEventHandler
from neo.exception import VerificationFailure, ElectionFailure
from neo.protocol import Packet, INVALID_UUID
from neo.util import dump
from neo.node import ClientNode, StorageNode, MasterNode
from neo.node import ClientNode, StorageNode, MasterNode, AdminNode
class VerificationEventHandler(MasterEventHandler):
"""This class deals with events for a verification phase."""
......
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