Skip to content

Commit 139924a

Browse files
authored
Merge pull request #129 from vpython/bruce_fixes_nov_15_20
remove debug line + add language_level to cyvector.pyx
2 parents 9e6782f + 861b55b commit 139924a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vpython/cyvector.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cython: language_level=3
2+
13
from random import random
24

35
# List of names imported from this module with import *

vpython/rate_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _sleep(dt):
6666
return
6767
tend = _clock()+dt
6868
while _clock() < tend:
69-
print (tend- _clock(),tend)
7069
pass
7170

7271
class simulateDelay:

0 commit comments

Comments
 (0)