2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/Simple/_SimpleTable.py: added gettext
	* data/Makefile.am: added schema files
	* po/POTFILES.skip: some files not in POTFILES.in
	* po/POTFILES.in: added some missing files



svn: r9851
This commit is contained in:
Doug Blank
2008-01-16 14:48:56 +00:00
parent 77d5b2d82f
commit cafebdcd83
5 changed files with 27 additions and 2 deletions

View File

@ -23,6 +23,7 @@ Provides a simplified table creation interface
"""
import copy
from gettext import gettext as _
import gen.lib
import Errors