summaryrefslogtreecommitdiff
path: root/pies.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 21:01:22 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 21:01:22 -0400
commit3dfe07d69dc9d9def3e42d1bd22f7a47e2586001 (patch)
tree0478ab04bb53f8e826ef5875e7b09ba4ed9061f4 /pies.py
parent3ae5508f5d5fc8dc6ec33607074aa1e41e032a0c (diff)
parentff22d4721b4c9753122d6641c29e92d8ba09f876 (diff)
downloadpies-1.0.1.tar.gz
Version 1.0.11.0.1
Diffstat (limited to 'pies.py')
-rw-r--r--pies.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pies.py b/pies.py
index 0e44e40..2fb8e6b 100644
--- a/pies.py
+++ b/pies.py
@@ -25,9 +25,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
-import sys
+from __future__ import division, print_function, absolute_import, unicode_literals
-__version__ = "1.0.0"
+import sys
if sys.version > '3':
import urllib