aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/parso/py3/tests/normalizer_issue_files/utf-8-bom.py
blob: 9c065c9494ebe1b30ef60202c869fdde585e16cd (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env python
# -*- coding: utf-8 -*-

hello = 'こんにちわ'

# EOF