summaryrefslogtreecommitdiffstats
path: root/opnfv_testapi/tests/unit/fake_pymongo.py
diff options
context:
space:
mode:
Diffstat (limited to 'opnfv_testapi/tests/unit/fake_pymongo.py')
-rw-r--r--opnfv_testapi/tests/unit/fake_pymongo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv_testapi/tests/unit/fake_pymongo.py b/opnfv_testapi/tests/unit/fake_pymongo.py
index 0ca83df..28ea966 100644
--- a/opnfv_testapi/tests/unit/fake_pymongo.py
+++ b/opnfv_testapi/tests/unit/fake_pymongo.py
@@ -207,7 +207,7 @@ class MemDb(object):
def _aggregate(self, *args, **kwargs):
res = self.contents
- print args
+ print(args)
for arg in args[0]:
for k, v in arg.iteritems():
if k == '$match':