mso_schema_site: Add sites to a schema template (#51332)

A new module to associate sites to schema templates
This commit is contained in:
Dag Wieers 2019-01-25 15:27:55 +01:00 committed by GitHub
commit b7ec254816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 225 additions and 11 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2018, Dag Wieers (@dagwieers) <dag@wieers.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function