summaryrefslogtreecommitdiffstats
path: root/Lib/Bastion.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/Bastion.py')
-rw-r--r--Lib/Bastion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/Bastion.py b/Lib/Bastion.py
index 6a5cb5c..d83ea3e 100644
--- a/Lib/Bastion.py
+++ b/Lib/Bastion.py
@@ -158,7 +158,7 @@ def _test():
else:
print "accessible"
try:
- print "b._get_.func_defaults =", map(type, b._get_.func_defaults),
+ print "b._get_.__defaults__ =", map(type, b._get_.__defaults__),
except:
print "inaccessible"
else: