summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:33:23 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:33:23 -0400
commit9105b41a1fc9503dde3cfbeec1855790519f0754 (patch)
tree4e5187e8763109a9139e2eff33c6c0466cec529a /README.md
parent3dfe07d69dc9d9def3e42d1bd22f7a47e2586001 (diff)
parent31a06f2bd338e79923ca44055e2e7a82f08859c2 (diff)
downloadpies-9105b41a1fc9503dde3cfbeec1855790519f0754.tar.gz
Merge in release 1.0.21.0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5daedd4..57aa794 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ 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 pies import *
You will then simply have to make some simple changes to your Python code: