wmltools3: fixed a bug reported by Robertdebrus in PR #596

The bug consisted in the accidental removal of the 'vcdir' constant, still used by wmlindent and wmllint-1.4.
This commit is contained in:
Elvish_Hunter 2016-02-15 00:10:56 +01:00
parent 0537fc2391
commit b9380e88c1

View file

@ -928,4 +928,7 @@ def resolve_unit_image(namespace, subdir, resource):
# And this is for code that does syntax transformation
baseindent = " "
# a constant to detect version control directories
vcdir = ".git"
# wmltools.py ends here