Skip to content

Commit 1974500

Browse files
author
Randall Nagy
committed
1 parent 3211d9d commit 1974500

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BltReport.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
'object','enumerate', 'range', 'id', 'repr',
1212
'str', 'locals', 'globals', 'exec',
1313
'compile', 'staticmethod', 'callable',
14-
'classmethod','set']
14+
'classmethod','set', 'dict', 'hash',
15+
'frozenset']
1516

1617
def report(a_list, a_mod):
1718
for ss, item in enumerate(a_list,1):

doc/ProPyQuest_2300_BLT.pdf

3.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)