1# -*- coding: ascii -*-
2r"""
3=================================
4 Benchmark cssmin implementations
5=================================
6
7Benchmark cssmin implementations.
8
9:Copyright:
10
11 Copyright 2011 - 2014
12 Andr\xe9 Malo or his licensors, as applicable
13
14:License:
15
16 Licensed under the Apache License, Version 2.0 (the "License");
17 you may not use this file except in compliance with the License.
18 You may obtain a copy of the License at
19
20     http://www.apache.org/licenses/LICENSE-2.0
21
22 Unless required by applicable law or agreed to in writing, software
23 distributed under the License is distributed on an "AS IS" BASIS,
24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 See the License for the specific language governing permissions and
26 limitations under the License.
27
28"""
29if __doc__:
30    __doc__ = __doc__.encode('ascii').decode('unicode_escape')
31