You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/18 18:40:39 UTC

[petri-site] branch master updated: Create __init__.py

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 975acba  Create __init__.py
975acba is described below

commit 975acbac8c424cfe095d02a94d5e20c804a1beeb
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 18 11:40:29 2021 -0700

    Create __init__.py
---
 plugins/sitemap/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/sitemap/__init__.py b/plugins/sitemap/__init__.py
new file mode 100644
index 0000000..7af2ccb
--- /dev/null
+++ b/plugins/sitemap/__init__.py
@@ -0,0 +1 @@
+from .sitemap import *  # NOQA