summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:42:26 +0000
committerHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:42:26 +0000
commit6b6fe742e9a2535ca33a4b310a7e832cad31b824 (patch)
tree995869a5e6cc6b76b7cabc8479a9dc7a10833ace /buildout.cfg
parent232cfd7e8b22d1bb73743bcb8da62d0ac1ab865d (diff)
downloadzope-browser-6b6fe742e9a2535ca33a4b310a7e832cad31b824.tar.gz
Update bootstrap and add missing svn:eol-style
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg24
1 files changed, 12 insertions, 12 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 598effe..f7d2204 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,12 +1,12 @@
-[buildout]
-develop = .
-parts = test py
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.browser [test]
-
-[py]
-recipe = zc.recipe.egg
-eggs = zope.browser
-interpreter = py
+[buildout]
+develop = .
+parts = test py
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.browser [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = zope.browser
+interpreter = py