diff options
author | Sebastian Wiesner <basti.wiesner@gmx.net> | 2008-11-20 20:12:41 +0100 |
---|---|---|
committer | Sebastian Wiesner <basti.wiesner@gmx.net> | 2008-11-20 20:12:41 +0100 |
commit | 72e0a250c7d891171e2c648ee585e6ec8b453aa7 (patch) | |
tree | 7c2d4f2a1f21df43c65e98076f7eb03f4b4e0f07 /setup.py | |
parent | 71355f44f63d6fba8767d08d6d3ba0c15267006d (diff) | |
download | sphinx-72e0a250c7d891171e2c648ee585e6ec8b453aa7.tar.gz |
Fixed syntax error in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -0;115;0c# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- import ez_setup ez_setup.use_setuptools() |