|
@@ -34,11 +34,11 @@ default_config = {'Global': {'umask': '0100', 'colors': 'yes',
|
|
|
'cls_timeout': '10', 'cp_timeout': '5',
|
|
|
'save': 'True'
|
|
|
},
|
|
|
- 'Database': {'type': 'SQLite',
|
|
|
- 'filename': os.path.join(config_dir,
|
|
|
- "pwman.db")},
|
|
|
+ 'Database': {
|
|
|
+ 'dburi': 'sqlite://' + os.path.join(config_dir,
|
|
|
+ 'pwman.db')},
|
|
|
'Readline': {'history': os.path.join(config_dir,
|
|
|
- "history")}
|
|
|
+ 'history')}
|
|
|
}
|
|
|
|
|
|
|