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