~romaia/kiwi/teste-ppa

« back to all changes in this revision

Viewing changes to kiwi/ui/dateentry.py

  • Committer: Fabio Morbec
  • Date: 2007-11-06 16:21:26 UTC
  • Revision ID: git-v1:1c3cea2a032acee73e4a5be2bba4ed8a88f5aa7b
1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
 
363
363
    def set_date(self, date):
364
364
        """
 
365
        Set date.
365
366
        @param date: a datetime.date instance or None
366
367
        """
367
368
        if not isinstance(date, datetime.date) and date is not None:
377
378
 
378
379
    def get_date(self):
379
380
        """
380
 
        @returns: the currently selected day
 
381
        Get the currently selected day.
 
382
        @returns: the date.
381
383
        """
382
384
        try:
383
385
            date = self.entry.read()