Fix GenericSpecFunctions.ne_string(), call x.strip() directly

This commit is contained in:
Fabio Erculiani
2013-03-23 07:17:30 +00:00
parent c85188f97e
commit 6b74b21453
+1 -1
View File
@@ -26,7 +26,7 @@ import molecule.utils
class GenericSpecFunctions(object):
def ne_string(self, x):
return x, 'raw_unicode_escape'
return x.strip()
def ne_list(self, x):
return x