cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
1ba29f54a7d3ffff8cb69b7d6e39f64307ad0efe
parent
bfbfe50170a700c41cc24022c88cfd34b4d432f4
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-04-20 20:34
use rawConfigParser to avoid interpolation issues

Diffstat

M cctool.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/cctool.py b/cctool.py

@@ -36,7 +36,7 @@ import sys
   36    36 import argparse
   37    37 import logging as log
   38    38 from StringIO import StringIO
   39    -1 from ConfigParser import SafeConfigParser as ConfigParser
   -1    39 from ConfigParser import RawConfigParser as ConfigParser
   40    40 import json
   41    41 
   42    42 try: