Skip to content

Commit b946381

Browse files
Merge pull request #227 from vpython/sign3
Sign3
2 parents 242e4d6 + b130f37 commit b946381

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

vpython/test/test_namespace.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@
143143
'version',
144144
'vertex',
145145
'winput',
146-
'wtext'
146+
'wtext',
147+
'wtext',
148+
'winput',
149+
'keysdown',
150+
'sign'
147151
]
148152

149153

vpython/vpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def Exit():
4242
'local_light', 'menu', 'meta_canvas', 'points', 'pyramid',
4343
'quad', 'radio', 'ring', 'set_browser', 'simple_sphere', 'sleep', 'slider', 'sphere',
4444
'standardAttributes', 'text', 'textures', 'triangle', 'vertex',
45-
'wtext', 'winput', 'keysdown']
45+
'wtext', 'winput', 'keysdown', 'sign']
4646

4747

4848
from inspect import signature # Python 3; needed to allow zero arguments in a bound function

0 commit comments

Comments
 (0)