fixed style
This commit is contained in:
@@ -315,7 +315,7 @@ def _make_cssmin(python_only=False):
|
||||
# shortcuts for frequent operations below:
|
||||
elif idx == 1: # not interesting
|
||||
return group(1)
|
||||
#else: # space with token before or at the beginning
|
||||
# else: # space with token before or at the beginning
|
||||
return space_sub(space_subber, group(idx))
|
||||
|
||||
return func
|
||||
|
||||
@@ -191,7 +191,7 @@ def _make_jsmin(python_only=False):
|
||||
r'|%(space)s+'
|
||||
r'|(?:%(newline)s%(space)s*)+'
|
||||
) % locals()).sub
|
||||
#print space_sub.__self__.pattern
|
||||
# print space_sub.__self__.pattern
|
||||
|
||||
def space_subber(match):
|
||||
""" Substitution callback """
|
||||
|
||||
Reference in New Issue
Block a user