~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/libs/config.py

  • Committer: AJ00200
  • Date: 2011-11-25 22:33:16 UTC
  • Revision ID: git-v1:72df4f3fdd1f779adf7358468417dbcd7f9f59db
Every block we get is now stored.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    except IOError:
16
16
        default_config = {   
17
17
            'vomundir': os.getenv('HOME') + '/.vomun/',
18
 
            'gnupgdir': os.getenv('HOME') + '/.vomun/gnupg/',
19
18
            'nodekey': ''
20
19
        }
21
20
        configfile = open(CONFIG_PATH, 'a')