Browse Source

Forgotten file and pylint

pull/190/head
Oliverpool 9 years ago
parent
commit
6b633e79b9
  1. 3
      patacrep/content/include.py
  2. 6
      test/test_content/datadir/songs/custom_list.yaml

3
patacrep/content/include.py

@ -4,10 +4,11 @@ This plugin provides keyword 'include', used to include an external list of
songs in JSON or YAML format.
"""
import yaml
import os
import logging
import yaml
from patacrep.content import process_content, ContentError, ContentList, validate_parser_argument
from patacrep import encoding, errors, files

6
test/test_content/datadir/songs/custom_list.yaml

@ -0,0 +1,6 @@
- sorted:
key: "@title"
content:
- exsong.sg
- chordpro.csg
- subdir/chordpro.csg
Loading…
Cancel
Save