diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2013-09-02 10:55:39 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2013-12-24 10:17:54 +0100 |
| commit | c8a93ad7d87526c3fbf57397a8f4c8db7a2f8b51 (patch) | |
| tree | 8e1a609c689218d807cc932eee1d63300b08a522 /unidecode/__init__.py | |
| parent | 9e04036c8c5efd2a8aeef02e1bb0133c19f5d29d (diff) | |
| download | unidecode-c8a93ad7d87526c3fbf57397a8f4c8db7a2f8b51.tar.gz | |
Add vim modeline.
Diffstat (limited to 'unidecode/__init__.py')
| -rw-r--r-- | unidecode/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unidecode/__init__.py b/unidecode/__init__.py index 82eb5a3..d3866dd 100644 --- a/unidecode/__init__.py +++ b/unidecode/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vi:tabstop=4:expandtab:sw=4 """Transliterate Unicode text into plain 7-bit ASCII. Example usage: |
