From c7430c6ee6567621f132deb253443da54f6f5b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Fri, 6 May 2011 00:55:52 -0300 Subject: [PATCH] Import error. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b84d901..a31b585 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # Copyright (c) 2011 Rafael Caricio rafael@caricio.com from setuptools import setup -from django_pyvows.version import __version__ +from django_pyvows import __version__ setup( name = 'django-pyvows',