Better utf8 support

This commit is contained in:
Manuel Ebert 2013-04-19 17:32:32 +02:00
parent 8842b8589f
commit 884881546d
3 changed files with 13 additions and 6 deletions

View file

@ -32,7 +32,7 @@ __author__ = 'Manuel Ebert, Stephan Gabler'
__license__ = 'MIT'
xdg_config = os.environ.get('XDG_CONFIG_HOME')
CONFIG_PATH = os.path.join(xdg_config, "jrnl") if xdg_config else os.path.expanduser('~/.jrnl_config'))
CONFIG_PATH = os.path.join(xdg_config, "jrnl") if xdg_config else os.path.expanduser('~/.jrnl_config')
PYCRYPTO = install.module_exists("Crypto")
def parse_args():