70:8a89f6a21075 | 71:8a78fab32c18 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the Pyramid project support. | 7 Module implementing the Pyramid project support. |
8 """ | 8 """ |
9 | 9 |
10 from __future__ import unicode_literals # __IGNORE_WARNING__ | 10 from __future__ import unicode_literals |
11 | 11 |
12 try: | 12 try: |
13 import configparser | 13 import configparser |
14 except ImportError: | 14 except ImportError: |
15 str = unicode # __IGNORE_WARNING__ | 15 str = unicode # __IGNORE_WARNING__ |