git-svn-id: http://www.neo1973-germany.de/svn@156 46df4e5c-bc4e-4628-a0fc-830ba316316d

This commit is contained in:
Paulus 2008-09-16 16:37:46 +00:00
parent da1814349e
commit 5a6b1d38f2

View file

@ -11,6 +11,7 @@ close file: file.close()
The file musst be closed, otherwise the file will be incomplete
'''
from __future__ import with_statement
class WriteGPX:
def __init__(self, filename):