summaryrefslogtreecommitdiff
path: root/src/strings/vstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/vstring.py')
-rw-r--r--src/strings/vstring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/vstring.py b/src/strings/vstring.py
index 39e657b..fa975b2 100644
--- a/src/strings/vstring.py
+++ b/src/strings/vstring.py
@@ -2,7 +2,7 @@ class VString(object):
''' print a VString
'''
__slots__ = ('_value')
- name = 'strings::VString'
+ name = 'tmwa::strings::VString'
enabled = True
def __init__(self, value):