gramps/src/GrampsLogger
Gerald Britton 1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
..
__init__.py
_ErrorReportAssistant.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
_ErrorView.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
_GtkHandler.py Split CLI from GUI. These changes allow CLI to work without GTK 2009-06-18 21:56:37 +00:00
_RotateHandler.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Makefile.am