From 174b4be02de19db786b2633805e0e3766d9cd733 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 20 May 2014 13:51:37 +0200 Subject: [PATCH] Fix the import in setup.py A leftover import from xstatic-d3 was fixed. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea55db4..076179c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from xstatic.pkg import d3 as xs +from xstatic.pkg import hogan as xs # The README.txt file should be written in reST so that PyPI can use # it to generate your project's PyPI page.