Skip to content

Commit 0b002d8

Browse files
committed
added copy
1 parent 9a24f10 commit 0b002d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

v3/pg_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def setJS(jsStr):
115115
ALLOWED_STDLIB_MODULE_IMPORTS = ('math', 'random', 'datetime',
116116
'functools', 'itertools', 'operator', 'string',
117117
'collections', 're', 'json',
118-
'heapq', 'bisect')
118+
'heapq', 'bisect', 'copy')
119119

120120
# allow users to import but don't explicitly import it since it's
121121
# already been done above

v3/visualize.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@
470470
The following modules may be imported:
471471
bisect,
472472
collections,
473+
copy,
473474
datetime,
474475
functools,
475476
heapq,

0 commit comments

Comments
 (0)