summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 23:15:11 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 23:15:11 -0400
commit60a016d68022f1846cb4282e46f84a62f474e51c (patch)
tree641853f3e126aea9c3c51bdab6eeb7ac4958246b
parent37eb06c29b0f601023d775c392294c54c7fd3770 (diff)
parent9fc84e08c5efefe46696d3e233ffb4c3044b9fe7 (diff)
downloadpies-60a016d68022f1846cb4282e46f84a62f474e51c.tar.gz
Fix documentation
-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 *