Show More
@@ -13,13 +13,13 b' Contains CheeseTransformer' | |||||
13 | # Imports |
|
13 | # Imports | |
14 | #----------------------------------------------------------------------------- |
|
14 | #----------------------------------------------------------------------------- | |
15 |
|
15 | |||
16 |
from ...transformers.base import |
|
16 | from ...transformers.base import Transformer | |
17 |
|
17 | |||
18 | #----------------------------------------------------------------------------- |
|
18 | #----------------------------------------------------------------------------- | |
19 | # Classes |
|
19 | # Classes | |
20 | #----------------------------------------------------------------------------- |
|
20 | #----------------------------------------------------------------------------- | |
21 |
|
21 | |||
22 |
class CheeseTransformer( |
|
22 | class CheeseTransformer(Transformer): | |
23 | """ |
|
23 | """ | |
24 | Adds a cheese tag to the resources object |
|
24 | Adds a cheese tag to the resources object | |
25 | """ |
|
25 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now