summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:28:55 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:28:55 -0400
commit13565f151021d1eb14147bf58b7aedc42cd4d875 (patch)
treea556fc21577b1fc6cdbd98cdcdbf1cbe928030e9 /README.md
parent75d1646199385b11ab3a5f4cbb7da6732adb15e5 (diff)
downloadpies-13565f151021d1eb14147bf58b7aedc42cd4d875.tar.gz
1.0.2 release, with smarter imports and support for argparser
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: