Add interfaces parameter to python bindings

Expose the new interface filter argument.

Change-Id: Ibf12f6497f45a2e1f71bfa2841dc69f5a37a7b17
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/obmc/mapper/utils.py b/obmc/mapper/utils.py
index e34590d..6dd3750 100644
--- a/obmc/mapper/utils.py
+++ b/obmc/mapper/utils.py
@@ -85,6 +85,8 @@
         method = getattr(self.iface, 'GetObject')
         method.call_async(
             path,
+            [],
+            signature='sas',
             reply_handler=lambda x: self.get_object_callback(
                 path, x),
             error_handler=lambda x: self.get_object_error(