[Hejes-devel] [1667] 'lagyszaruak' tipusu kivetekelek kezelese: storno2
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Mon Oct 10 18:13:39 CEST 2016
Revision: 1667
Author: mittelholcz
Date: 2016-10-10 18:13:39 +0200 (Mon, 10 Oct 2016)
Log Message:
-----------
'lagyszaruak' tipusu kivetekelek kezelese: storno2
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py
Modified: trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py 2016-10-10 16:11:37 UTC (rev 1666)
+++ trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2.py 2016-10-10 16:13:39 UTC (rev 1667)
@@ -75,9 +75,9 @@
dbconn: a web2py DAL object, an existing open connection to the MySQL database holding the lexical data.
"""
self.dbconn = dbconn
- with open('resources/egybekulon2_-_lagyszaruak') as file_:
- self.literally_exceptions = set([ x.strip() for x in file_ ])
- self.literally_exceptions = set([ unicode(x, 'utf8') for x in self.literally_exceptions if x and not x.startswith('#') ])
+ #with open('resources/egybekulon2_-_lagyszaruak') as file_:
+ # self.literally_exceptions = set([ x.strip() for x in file_ ])
+ # self.literally_exceptions = set([ unicode(x, 'utf8') for x in self.literally_exceptions if x and not x.startswith('#') ])
pass
@staticmethod
More information about the Hejes-devel
mailing list