summaryrefslogtreecommitdiff
path: root/alot/settings/__init__.py
diff options
context:
space:
mode:
authorDaniel <quite@hack.org>2012-03-15 12:01:32 +0100
committerDaniel <quite@hack.org>2012-03-15 12:01:32 +0100
commit90f59a228e461ec61631ed8c67625d018a5377fa (patch)
tree91e592f70926a99a4899954ad2e9f7c80e23e2a1 /alot/settings/__init__.py
parent0125134d9f2a59503b80169420618b809b84c31d (diff)
bindings file becomes config.stub, with added contents
Diffstat (limited to 'alot/settings/__init__.py')
-rw-r--r--alot/settings/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/__init__.py b/alot/settings/__init__.py
index ae174d09..38847951 100644
--- a/alot/settings/__init__.py
+++ b/alot/settings/__init__.py
@@ -95,7 +95,7 @@ class SettingsManager(object):
pass
else:
raise
- shutil.copyfile(os.path.join(DEFAULTSPATH, 'bindings'), path)
+ shutil.copyfile(os.path.join(DEFAULTSPATH, 'config.stub'), path)
def _parse_accounts(self, config):
"""