thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

configurable output prefix #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The prefix 'sfe: ' is curently hardcoded...

Original issue reported on code.google.com by robert.c...@gmail.com on 1 Apr 2008 at 1:35

GoogleCodeExporter commented 9 years ago
done.

Original comment by robert.c...@gmail.com on 2 Apr 2008 at 3:15

GoogleCodeExporter commented 9 years ago
done. use:

from sfe.base.base import setOutputPrefix
setOutputPrefix( 'cool_prefix:' )

Original comment by robert.c...@gmail.com on 2 Apr 2008 at 3:16

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/36

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:24