expand spaces
This commit is contained in:
parent
7b819c931c
commit
3f3785c8dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue