From 9fc84e08c5efefe46696d3e233ffb4c3044b9fe7 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 3 Sep 2013 23:14:39 -0400 Subject: Fix documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57aa794..750ea3f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Integrating pies into your diet Using and integrating pies into an existing Python 2.6 code base (to achieve Python 3 dual support) couldn't be simpler: - from __future__ import absolute_, division, print_function, unicode_literals + from __future__ import absolute_import, division, print_function, unicode_literals from pies import * -- cgit v1.2.1