|
1 | | -# $Id: roundupdb.py,v 1.4 2001-07-19 06:27:07 anthonybaxter Exp $ |
| 1 | +# $Id: roundupdb.py,v 1.5 2001-07-20 00:22:50 richard Exp $ |
2 | 2 |
|
3 | 3 | import re, os, smtplib, socket |
4 | 4 |
|
@@ -331,9 +331,9 @@ def initDB(storagelocator, password): |
331 | 331 | pri = db.getclass('priority') |
332 | 332 | pri.create(name="fatal-bug", order="1") |
333 | 333 | pri.create(name="bug", order="2") |
334 | | - pri.create(name="todo", order="3") |
335 | | - pri.create(name="usability", order="4") |
336 | | - pri.create(name="feature", order="5") |
| 334 | + pri.create(name="usability", order="3") |
| 335 | + pri.create(name="feature", order="4") |
| 336 | + pri.create(name="support", order="5") |
337 | 337 |
|
338 | 338 | stat = db.getclass('status') |
339 | 339 | stat.create(name="unread", order="1") |
@@ -374,6 +374,13 @@ def initDB(storagelocator, password): |
374 | 374 |
|
375 | 375 | # |
376 | 376 | # $Log: not supported by cvs2svn $ |
| 377 | +# Revision 1.4 2001/07/19 06:27:07 anthonybaxter |
| 378 | +# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by |
| 379 | +# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign) |
| 380 | +# strings in a commit message. I'm a twonk. |
| 381 | +# |
| 382 | +# Also broke the help string in two. |
| 383 | +# |
377 | 384 | # Revision 1.3 2001/07/19 05:52:22 anthonybaxter |
378 | 385 | # Added CVS keywords Id and Log to all python files. |
379 | 386 | # |
|
0 commit comments