[Checkins] SVN: gzo.plonepolicy/trunk/gzo/plonepolicy/__init__.py Use new ReST directives.

Uli Fouquet uli at gnufix.de
Sun Jan 13 21:14:34 EST 2008


Log message for revision 82863:
  Use new ReST directives.

Changed:
  U   gzo.plonepolicy/trunk/gzo/plonepolicy/__init__.py

-=-
Modified: gzo.plonepolicy/trunk/gzo/plonepolicy/__init__.py
===================================================================
--- gzo.plonepolicy/trunk/gzo/plonepolicy/__init__.py	2008-01-14 02:11:05 UTC (rev 82862)
+++ gzo.plonepolicy/trunk/gzo/plonepolicy/__init__.py	2008-01-14 02:14:33 UTC (rev 82863)
@@ -1,7 +1,9 @@
 #
 # ReST features that are not included in Plone 3.0.x that we are using
-# 
-import rest_hacks
+#
+# See rest_extensions/README.txt for further infos.
+#
+from rest_extensions import directives_plain, roles_plain, pygments_directive
 
 def initialize(context):
     """Intializer called when used as a Zope 2 product."""



More information about the Checkins mailing list