Commit 2e71edc9 authored by Godefroid Chapelle's avatar Godefroid Chapelle

trailing whitespaces

parent 6457bcfd
...@@ -321,10 +321,10 @@ class Connection(ExportImport, object): ...@@ -321,10 +321,10 @@ class Connection(ExportImport, object):
# get back here. # get back here.
else: else:
self.opened = None self.opened = None
am = self._db._activity_monitor am = self._db._activity_monitor
if am is not None: if am is not None:
am.closedConnection(self) am.closedConnection(self)
def db(self): def db(self):
"""Returns a handle to the database this connection belongs to.""" """Returns a handle to the database this connection belongs to."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment