summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index b3210b41..976baadb 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -223,7 +223,8 @@ class GAClient(object):
client_name=self._client_name,
gen_id=gen_number)
- dumper = obnamlib.MemoryProfileDumper({
+ import cliapp
+ dumper = cliapp.MemoryProfileDumper({
'dump-memory-profile': True,
'memory-dump-interval': 0,
})