Skip to content

Commit

Permalink
Standardized on yml suffix, so fix this example content filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed Dec 25, 2013
1 parent 10009b0 commit 31d0060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
File renamed without changes.
8 changes: 5 additions & 3 deletions hacking/module_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
# Get parent directory of the directory this script lives in
MODULEDIR=os.path.abspath(os.path.join(
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'library'
))
))

# The name of the DOCUMENTATION template
EXAMPLE_YAML=os.path.abspath(os.path.join(
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'examples', 'DOCUMENTATION.yaml'
))
os.path.dirname(os.path.realpath(__file__)), os.pardir, 'examples', 'DOCUMENTATION.yml'
))

# There is a better way of doing this!
# TODO: somebody add U(text, http://foo.bar/) as described by Tim in #991
Expand Down

0 comments on commit 31d0060

Please sign in to comment.