summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Snapshots/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Snapshots/__init__.py')
-rw-r--r--src/lib/Server/Snapshots/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Snapshots/__init__.py b/src/lib/Server/Snapshots/__init__.py
index 6018377cb..a4d8fadbc 100644
--- a/src/lib/Server/Snapshots/__init__.py
+++ b/src/lib/Server/Snapshots/__init__.py
@@ -19,7 +19,7 @@ def db_from_config(cfile):
db = cp.get('snapshots', 'database')
return '%s://%s:%s@%s/%s' % (driver, user, password, host, db)
else:
- raise Exception, "unsupported db driver %s" % driver
+ raise Exception("unsupported db driver %s" % driver)
def setup_session(cfile, debug=False):