summaryrefslogtreecommitdiff
path: root/test/test-new-supplicant
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-new-supplicant')
-rwxr-xr-xtest/test-new-supplicant2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-new-supplicant b/test/test-new-supplicant
index be230dc4..face1308 100755
--- a/test/test-new-supplicant
+++ b/test/test-new-supplicant
@@ -11,4 +11,4 @@ bus = dbus.SystemBus()
dummy = dbus.Interface(bus.get_object(WPA_NAME, WPA_PATH),
'org.freedesktop.DBus.Introspectable')
-print dummy.Introspect()
+print(dummy.Introspect())