fpdb.py: Use L10n

This commit is contained in:
Worros 2010-09-22 23:46:03 +08:00
parent 692cd4e6e4
commit 83900736f0

View File

@ -15,6 +15,9 @@
#along with this program. If not, see <http://www.gnu.org/licenses/>.
#In the "official" distribution you can find the license in agpl-3.0.txt.
import L10n
_ = L10n.get_translation()
import os
import sys
import re