diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-25 10:59:52 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-25 10:59:52 +0100 |
commit | 0c29dadb25d1efcb7d4c95b659ed30f569950b98 (patch) | |
tree | 30610d603379d4624d67a3a3a615d25d9f3ca49f /setup.py | |
parent | 34b474c58bcad3e93c1162fcebb6a47758cf6076 (diff) | |
download | unidecode-0c29dadb25d1efcb7d4c95b659ed30f569950b98.tar.gz |
Add vim modeline.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/python +# vi:tabstop=4:expandtab:sw=4 import os from setuptools import setup |