changeset 43:5e2e74cc5ad8

misspellings that affect things on ancient python
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 30 Mar 2012 16:42:42 -0700
parents 97a7b740ddab
children 14556787478c
files paint/package.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/paint/package.py	Fri Mar 30 16:41:31 2012 -0700
+++ b/paint/package.py	Fri Mar 30 16:42:42 2012 -0700
@@ -18,7 +18,7 @@
 try:
     from subprocess import check_call as call
 except ImportError:
-    from subporcess import call
+    from subprocess import call
 
 __all__ = ['Package']