[BACK]Return to patch-src_gbirthday_databases_lightning_py CVS log [TXT][DIR] Up to [local] / ports / productivity / gbirthday / patches

Annotation of ports/productivity/gbirthday/patches/patch-src_gbirthday_databases_lightning_py, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/gbirthday/databases/lightning.py.orig  Mon Aug 11 19:27:09 2014
        !             3: +++ src/gbirthday/databases/lightning.py       Mon Aug 11 19:27:23 2014
        !             4: @@ -24,7 +24,7 @@ class Lightning(DataBase):
        !             5:                  has_config=False):
        !             6:          super(Lightning, self).__init__(title=title, has_config=has_config)
        !             7:          self.THUNDERBIRD_LOCATION = os.path.join(os.environ['HOME'],
        !             8: -            '.mozilla-thunderbird')
        !             9: +            '.thunderbird')
        !            10:          self.ab = None
        !            11:          self.cursor = None
        !            12:          self.conn = None

CVSweb