Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Changed default seed to "sample"
Browse files Browse the repository at this point in the history
  • Loading branch information
jukart committed Sep 21, 2006
1 parent bb44d3c commit 2ad28f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/z3c/sampledata/TODO.txt
Expand Up @@ -12,6 +12,8 @@ Things to do as next. jukart, stephan other ideas?
This is needed since our customer uses the sampledata directly and that
customer was one of the sponsor of this work.

Done : jukart (changed default seed to "sample")

- Make the registration of a set of sampledata mangers possible. It should be
possible to present a set of sampledata manager in a list. Perhaps this can
be done by adding a group attribute to the smaple data manager.
2 changes: 1 addition & 1 deletion src/z3c/sampledata/browser/views.py
Expand Up @@ -37,7 +37,7 @@ class IGenerateSchema(interface.Interface):
seed = schema.TextLine(
title = _(u'Seed'),
description = _(u'A seed for the random generator'),
default = u'lovely',
default = u'sample',
required=False,
)

Expand Down

0 comments on commit 2ad28f9

Please sign in to comment.