contrib/import-checker.py
changeset 24489 0f6594b0a4e2
parent 24488 4b3fc46097f7
child 24490 fb4639d5268e
--- a/contrib/import-checker.py	Fri Mar 27 19:25:40 2015 -0500
+++ b/contrib/import-checker.py	Fri Mar 27 19:27:19 2015 -0500
@@ -164,7 +164,7 @@
 
 
 def cyclekey(names):
-    return tuple(sorted((names)))
+    return tuple(sorted(names))
 
 def check_one_mod(mod, imports, path=None, ignore=None):
     if path is None: