mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
a001b03854
Also, update to latest upstream version. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
7 lines
83 B
Python
7 lines
83 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
hello = 'こんにちわ'
|
|
|
|
# EOF
|