* tools/vcard2xml.py
Fix missing file encoding info.
See -> http://www.python.org/dev/peps/pep-0263/
+2013-01-09 [mir] 3.9.0cvs53
+
+ * tools/vcard2xml.py
+ Fix missing file encoding info.
+ See -> http://www.python.org/dev/peps/pep-0263/
+
+
2013-01-08 [mones] 3.9.0cvs52
* claws-mail.desktop
( cvs diff -u -r 1.8.2.47 -r 1.8.2.48 src/editldap.c; cvs diff -u -r 1.2.2.26 -r 1.2.2.27 src/ldapctrl.c; cvs diff -u -r 1.4.2.25 -r 1.4.2.26 src/ldapserver.c; ) > 3.9.0cvs50.patchset
( cvs diff -u -r 1.12.2.79 -r 1.12.2.80 src/action.c; ) > 3.9.0cvs51.patchset
( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 claws-mail.desktop; ) > 3.9.0cvs52.patchset
+( cvs diff -u -r 1.1.4.6 -r 1.1.4.7 tools/vcard2xml.py; ) > 3.9.0cvs53.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=52
+EXTRA_VERSION=53
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
#!/usr/bin/python2.2
+# -*- coding: latin-1 -*-
"""
Copyright © 2003 Bogdan Sumanariu <zarrok@yahoo.com>