diff options
author | necoro <> | 2006-10-27 14:00:56 +0000 |
---|---|---|
committer | necoro <> | 2006-10-27 14:00:56 +0000 |
commit | b2959c24d9be42a90bdce9d75e55d3281c816908 (patch) | |
tree | 24f59d0391b0bd4c0beb1f0e5ab000cb1355d875 /setup.py | |
parent | 3384091af579dbafdc366753cf846e3e63c61f7b (diff) | |
download | portato-b2959c24d9be42a90bdce9d75e55d3281c816908.tar.gz portato-b2959c24d9be42a90bdce9d75e55d3281c816908.tar.bz2 portato-b2959c24d9be42a90bdce9d75e55d3281c816908.zip |
added encoding
Diffstat (limited to '')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- from distutils.core import setup, Extension |