* src/gramps_main.py: Remov unused module.

* src/DateDisplay.py (verify_format): Correct check.
* src/Date.py (is_regular): Add method to detect exact single
non-empty dates; (set): Add text string as an optional argument.
* src/DateEdit.py: Use DateHandler instead of low-level DateDisplay;
(check): Display yellow LED for anything other than regular dates.


svn: r3562
This commit is contained in:
Alex Roitman
2004-09-21 00:58:39 +00:00
parent cffb5833a7
commit 7b09866289
5 changed files with 40 additions and 18 deletions

View File

@@ -73,7 +73,6 @@ import DbPrompter
import TipOfDay
import ArgHandler
import Exporter
import DateDisplay
from QuestionDialog import *