aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/parso/py3/tests/normalizer_issue_files/utf-8-bom.py
blob: e690e82ad6479f243fbac9f9faad1c1e41367e8c (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env python 
# -*- coding: utf-8 -*- 
 
hello = 'こんにちわ' 
 
# EOF