aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/base.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-17 16:42:59 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-17 16:42:59 +1200
commitbcba55cc266ab6d4ae2e7aefac3f36205c152d37 (patch)
treefe28fefb0e88ab4e9309829ab73ef008b06e03f1 /libpathod/language/base.py
parentabe1f09f2c7eebfccfbf86ca0b16ec6d1711627b (diff)
downloadmitmproxy-bcba55cc266ab6d4ae2e7aefac3f36205c152d37.tar.gz
mitmproxy-bcba55cc266ab6d4ae2e7aefac3f36205c152d37.tar.bz2
mitmproxy-bcba55cc266ab6d4ae2e7aefac3f36205c152d37.zip
Strike times token on copy
Diffstat (limited to 'libpathod/language/base.py')
-rw-r--r--libpathod/language/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language/base.py b/libpathod/language/base.py
index bf139d48..a957442e 100644
--- a/libpathod/language/base.py
+++ b/libpathod/language/base.py
@@ -84,7 +84,7 @@ class Token(object):
same name will be allowed. If no uniquness should be applied, this
should be None.
"""
- return self.__class__.__name__
+ return self.__class__.__name__.lower()
def resolve(self, settings, msg):
"""