Commit 5275759c authored by Grégory Wisniewski's avatar Grégory Wisniewski

This decorator is no more usefull and thus the import too.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@945 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ec4ca515
......@@ -23,7 +23,6 @@ from neo.protocol import MASTER_NODE_TYPE, STORAGE_NODE_TYPE, CLIENT_NODE_TYPE,
from neo.node import MasterNode, StorageNode
from neo.pt import MTPartitionTable as PartitionTable
from neo.util import dump
from neo import decorators
class PrimaryBootstrapHandler(AnswerBaseHandler):
""" Bootstrap handler used when looking for the primary master """
......@@ -180,7 +179,6 @@ class PrimaryNotificationsHandler(BaseHandler):
app.ptid = ptid
app.pt.update(cell_list, app.nm)
@decorators.identification_required
def handleSendPartitionTable(self, conn, packet, ptid, row_list):
# This handler is in PrimaryBootstrapHandler, since this
# basicaly is an answer to askPrimaryMaster.
......
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