contrib/import-checker.py
changeset 32420 0906b85bf222
parent 32419 d02888308235
child 32507 95085d747db8
--- a/contrib/import-checker.py	Sun May 21 12:09:01 2017 -0700
+++ b/contrib/import-checker.py	Sun May 21 12:10:53 2017 -0700
@@ -25,7 +25,9 @@
 )
 
 # Whitelist of symbols that can be directly imported.
-directsymbols = ()
+directsymbols = (
+    'demandimport',
+)
 
 # Modules that must be aliased because they are commonly confused with
 # common variables and can create aliasing and readability issues.