diff --git a/vpython/test/test_namespace.py b/vpython/test/test_namespace.py index dfaaadf..411eaa5 100644 --- a/vpython/test/test_namespace.py +++ b/vpython/test/test_namespace.py @@ -143,7 +143,11 @@ 'version', 'vertex', 'winput', - 'wtext' + 'wtext', + 'wtext', + 'winput', + 'keysdown', + 'sign' ] diff --git a/vpython/vpython.py b/vpython/vpython.py index 3e0dc85..d66f575 100644 --- a/vpython/vpython.py +++ b/vpython/vpython.py @@ -42,7 +42,7 @@ def Exit(): 'local_light', 'menu', 'meta_canvas', 'points', 'pyramid', 'quad', 'radio', 'ring', 'set_browser', 'simple_sphere', 'sleep', 'slider', 'sphere', 'standardAttributes', 'text', 'textures', 'triangle', 'vertex', - 'wtext', 'winput', 'keysdown'] + 'wtext', 'winput', 'keysdown', 'sign'] from inspect import signature # Python 3; needed to allow zero arguments in a bound function