From 096331e2f8acd18ecce096f89102380f379367ce Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 20 Nov 2008 20:12:41 +0100 Subject: [PATCH] Fixed syntax error in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba80ea239..c3fbcf2d5 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -0;115;0c# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- import ez_setup ez_setup.use_setuptools()