summaryrefslogtreecommitdiff
path: root/pies.py
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2013-09-03 19:29:53 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2013-09-03 19:29:53 -0700
commit31a06f2bd338e79923ca44055e2e7a82f08859c2 (patch)
treea556fc21577b1fc6cdbd98cdcdbf1cbe928030e9 /pies.py
parent75d1646199385b11ab3a5f4cbb7da6732adb15e5 (diff)
parent13565f151021d1eb14147bf58b7aedc42cd4d875 (diff)
downloadpies-31a06f2bd338e79923ca44055e2e7a82f08859c2.tar.gz
Merge pull request #4 from timothycrosley/feature/include-arg-parser
1.0.2 release, with smarter imports and support for argparser
Diffstat (limited to 'pies.py')
-rw-r--r--pies.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pies.py b/pies.py
index 2fb8e6b..a0f8461 100644
--- a/pies.py
+++ b/pies.py
@@ -25,8 +25,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
-from __future__ import division, print_function, absolute_import, unicode_literals
-
import sys
if sys.version > '3':