Files
vsmartcard/virtualsmartcard/src
Dominik d90914edb0 Fix incorrect indention of close statement
Commit 8ea1c74e2f moved the f.close()
statement to the wrong indention level, thereby closing the file
prematurely when reading Datagroups from a file. Since files are closed
automatically due to the with statement, we just remove the explicit
call to close().
2014-12-23 12:10:07 +01:00
..
2014-09-07 15:28:14 +02:00
2014-09-07 15:28:14 +02:00