summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/types.py b/python/types.py
index 0acbdf55..e9e50711 100644
--- a/python/types.py
+++ b/python/types.py
@@ -140,6 +140,7 @@ class QualifiedName:
name_list[i] = self.name[i].encode("utf-8")
result.name = name_list
result.nameCount = len(self.name)
+ result.join = "::".encode("utf-8")
return result
@staticmethod