[Checkins] SVN: megrok.trails/trunk/ Removed extraneous buildout sections, and added a necessary import

Brandon Rhodes brandon at rhodesmill.org
Thu Jul 3 23:52:02 EDT 2008


Log message for revision 87993:
  Removed extraneous buildout sections, and added a necessary import
  to setup.py.
  

Changed:
  U   megrok.trails/trunk/buildout.cfg
  U   megrok.trails/trunk/setup.py

-=-
Modified: megrok.trails/trunk/buildout.cfg
===================================================================
--- megrok.trails/trunk/buildout.cfg	2008-07-04 00:45:24 UTC (rev 87992)
+++ megrok.trails/trunk/buildout.cfg	2008-07-04 03:52:01 UTC (rev 87993)
@@ -5,43 +5,6 @@
 extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
 versions = versions
 
-[app]
-recipe = zc.zope3recipes>=0.5.3:application
-eggs = megrok.trails
-site.zcml = <include package="megrok.genshi" />
-            <include package="zope.app.twisted" />
-
-            <unauthenticatedPrincipal id="zope.anybody"
-                                      title="Unauthenticated User" />
-            <unauthenticatedGroup id="zope.Anybody"
-                                  title="Unauthenticated Users" />
-            <authenticatedGroup id="zope.Authenticated"
-                                title="Authenticated Users" />
-            <everybodyGroup id="zope.Everybody"
-                            title="All Users" />
-            <principal id="zope.manager"
-                       title="Manager"
-                       login="grok"
-                       password_manager="Plain Text"
-                       password="grok"
-                       />
-
-            <!-- Replace the following directive if you do not want
-                 public access -->
-            <grant permission="zope.View"
-                   principal="zope.Anybody" />
-            <grant permission="zope.app.dublincore.view"
-                   principal="zope.Anybody" />
-
-            <role id="zope.Manager" title="Site Manager" />
-            <role id="zope.Member" title="Site Member" />
-            <grantAll role="zope.Manager" />
-            <grant role="zope.Manager"
-                   principal="zope.manager" />
-
-[data]
-recipe = zc.recipe.filestorage
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = megrok.trails

Modified: megrok.trails/trunk/setup.py
===================================================================
--- megrok.trails/trunk/setup.py	2008-07-04 00:45:24 UTC (rev 87992)
+++ megrok.trails/trunk/setup.py	2008-07-04 03:52:01 UTC (rev 87993)
@@ -1,3 +1,4 @@
+import os
 from setuptools import setup, find_packages
 
 version = '1.0dev'



More information about the Checkins mailing list