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 ae2db74..58cce97 100644
--- a/Lib/Bastion.py
+++ b/Lib/Bastion.py
@@ -124,7 +124,7 @@ def Bastion(object, filter = lambda name: name[:1] != '_',
return get1(name)
if name is None:
- name = `object`
+ name = repr(object)
return bastionclass(get2, name)