[pypy-commit] pypy default: oups

arigo noreply at buildbot.pypy.org
Tue Sep 29 10:08:46 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r79889:c73d06db1bdc
Date: 2015-09-29 09:12 +0100
http://bitbucket.org/pypy/pypy/changeset/c73d06db1bdc/

Log:	oups

diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/std/sliceobject.py
--- a/pypy/objspace/std/sliceobject.py
+++ b/pypy/objspace/std/sliceobject.py
@@ -1,5 +1,6 @@
 """Slice object"""
 
+import sys
 from pypy.interpreter import gateway
 from pypy.interpreter.baseobjspace import W_Root
 from pypy.interpreter.error import OperationError


More information about the pypy-commit mailing list