[tuxdroid-svn] r5021 - software_suite_v3/smart-core/smart-server/trunk/util/i18n
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-03 09:29:20
|
Author: remi
Date: 2009-07-03 11:29:12 +0200 (Fri, 03 Jul 2009)
New Revision: 5021
Modified:
software_suite_v3/smart-core/smart-server/trunk/util/i18n/I18n.py
Log:
* Removed a commented line
Modified: software_suite_v3/smart-core/smart-server/trunk/util/i18n/I18n.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/i18n/I18n.py 2009-07-03 09:28:32 UTC (rev 5020)
+++ software_suite_v3/smart-core/smart-server/trunk/util/i18n/I18n.py 2009-07-03 09:29:12 UTC (rev 5021)
@@ -123,7 +123,6 @@
fileName = "%s.po" % self.__language
poFile = os.path.join(self.__poDirectory, fileName)
if os.path.isfile(poFile):
- #self.__data = {}
try:
f = open(poFile, "rb")
try:
|