Commit 2aedeb4b authored by Vincent Pelletier's avatar Vincent Pelletier

Add comment about deprecated base classes.

parent afaac9a2
...@@ -34,6 +34,8 @@ from slapos.recipe.librecipe import GenericSlapRecipe ...@@ -34,6 +34,8 @@ from slapos.recipe.librecipe import GenericSlapRecipe
import json import json
import ConfigParser import ConfigParser
# XXX: BaseSlapRecipe and GenericSlapRecipe are deprecated, use
# GenericBaseRecipe and move partition parameter fetching to software release.
class Recipe(BaseSlapRecipe, GenericSlapRecipe): class Recipe(BaseSlapRecipe, GenericSlapRecipe):
def install(self): def install(self):
self.path_list = [] self.path_list = []
......
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