Add missing docstring for templates directory

This fixes the following build error message:

  package init file 'salt/templates/__init__.py' not found (or not a regular file)
This commit is contained in:
Thomas D 2014-10-11 15:41:12 +02:00
parent 76d2be5257
commit bb4a14dc81

View File

@ -1 +1,4 @@
# -*- coding: utf-8 -*-
'''
Templates Directory
'''