.pylint
changeset 2017 c76d4be6f438
parent 2015 4eeefc6a13fd
child 2402 a1df3102327d
--- a/.pylint	Wed May 23 10:53:57 2018 +0200
+++ b/.pylint	Wed May 23 20:22:45 2018 +0200
@@ -110,7 +110,7 @@
 
 # List of additional names supposed to be defined in builtins. Remember that
 # you should avoid to define new builtins when possible.
-additional-builtins=_,website,JS
+additional-builtins=_,website,JS,cobalt
 
 # List of strings which can identify a callback function by name. A callback
 # name must start or end with one of those strings.