changeset 62:726008cff4e3

remove code supporting old version
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 25 Jan 2013 11:07:34 -0800
parents 1234bfb1f1f0
children ad174d9f396d
files paint/package.py
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/paint/package.py	Fri Jan 25 10:34:19 2013 -0800
+++ b/paint/package.py	Fri Jan 25 11:07:34 2013 -0800
@@ -16,10 +16,7 @@
 import urlparse
 import utils
 
-try:
-    from subprocess import check_call as call
-except ImportError:
-    from subprocess import call
+from subprocess import check_call as call
 
 __all__ = ['Package']