summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/trusted.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/pagetemplate/tests/trusted.py')
-rw-r--r--src/zope/pagetemplate/tests/trusted.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/zope/pagetemplate/tests/trusted.py b/src/zope/pagetemplate/tests/trusted.py
new file mode 100644
index 0000000..588fe25
--- /dev/null
+++ b/src/zope/pagetemplate/tests/trusted.py
@@ -0,0 +1,22 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Sample of a module imported by a trusted module.
+
+This module won't be imported by an untrusted template using a
+path:modules/... expression.
+
+$Id$
+"""
+
+x = 42