From 3f3785c8dcac1969d08fd705aa06c9d9d179d35c Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Fri, 16 May 2014 10:20:20 +0200 Subject: [PATCH] expand spaces --- yapps/cli_tool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yapps/cli_tool.py b/yapps/cli_tool.py index 692d3b8..0faa6e3 100755 --- a/yapps/cli_tool.py +++ b/yapps/cli_tool.py @@ -15,9 +15,9 @@ import os, sys, re, types #from six import string_types PY2 = sys.version_info[0] == 2 if PY2: - string_types = (basestring,) + string_types = (basestring,) else: - string_types = (str,) + string_types = (str,) try: from yapps import runtime, parsetree, grammar except ImportError: