summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 23:14:39 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 23:14:39 -0400
commit9fc84e08c5efefe46696d3e233ffb4c3044b9fe7 (patch)
tree071e5026653dbf3a2b4b6059320628f08c36687c /README.md
parent3d283e3636b695333e63dd371531d3bc54d52adb (diff)
downloadpies-9fc84e08c5efefe46696d3e233ffb4c3044b9fe7.tar.gz
Fix documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 *