git-svn-id: http://www.neo1973-germany.de/svn@156 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
da1814349e
commit
5a6b1d38f2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ close file: file.close()
|
||||||
The file musst be closed, otherwise the file will be incomplete
|
The file musst be closed, otherwise the file will be incomplete
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
from __future__ import with_statement
|
||||||
|
|
||||||
class WriteGPX:
|
class WriteGPX:
|
||||||
def __init__(self, filename):
|
def __init__(self, filename):
|
||||||
|
|
Loading…
Reference in a new issue