summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 13:51:37 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 13:51:37 +0200
commit174b4be02de19db786b2633805e0e3766d9cd733 (patch)
treedc10ee65b0d1e7b7f5b8f4c96c0d9bf9d97251c5
parent3cd789f028d6993f00a4aabb32bef8a2293bffca (diff)
downloadxstatic-hogan-174b4be02de19db786b2633805e0e3766d9cd733.tar.gz
Fix the import in setup.py
A leftover import from xstatic-d3 was fixed.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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.