Commit db9c68f9 authored by Vincent Pelletier's avatar Vincent Pelletier

publish: Remove unused global.

parent a1d7a046
......@@ -50,8 +50,6 @@ class Recipe(GenericSlapRecipe):
def _setConnectionDict(self, publish_dict, slave_reference=None):
return self.setConnectionDict(publish_dict, slave_reference)
SERIALISED_MAGIC_KEY = '_'
class Serialised(Recipe):
def _setConnectionDict(self, publish_dict, slave_reference=None):
return super(Serialised, self)._setConnectionDict(wrap(publish_dict), slave_reference)
......
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