From 51609c68c3ee63dbd7951f0b84ed18f6be295ebb Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 8 Sep 2010 16:31:39 -0400 Subject: fixed an error in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ac2e78ba..daf076be 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( """, ) -if WIN_PLATFORM in locals() and sys.platform in WIN_PLATFORMS: +if 'WIN_PLATFORM' in locals() and sys.platform in WIN_PLATFORMS: print 'ATTENTION!! please install windows binary mysql-python package' print 'at http://www.codegood.com/archives/4' -- cgit v1.2.3-1-g7c22