summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-19 01:55:00 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-19 01:55:00 +0200
commite952851502277cc41cd2a54ef5386cca7a8843dd (patch)
tree746574ef8e7601b0f29c1389fb43d9d9e6f642b4 /test
parent9f87c74fa2360bf63e476577518d2f0e2d5dd71e (diff)
downloadconnman-e952851502277cc41cd2a54ef5386cca7a8843dd.tar.gz
connman-e952851502277cc41cd2a54ef5386cca7a8843dd.tar.bz2
connman-e952851502277cc41cd2a54ef5386cca7a8843dd.zip
Fix broken Python statement
Diffstat (limited to 'test')
-rwxr-xr-xtest/start-scanning2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/start-scanning b/test/start-scanning
index 104a55b1..ff0dd07a 100755
--- a/test/start-scanning
+++ b/test/start-scanning
@@ -23,7 +23,7 @@ for path in elements:
if (properties["Subtype"] == "wifi"):
print " Started WiFi scanning"
element.Update()
- elif (properties["Subtype"] == "wimax")
+ elif (properties["Subtype"] == "wimax"):
print " Started WiMAX scanning"
element.Update()
else: