Trivial refactoring

This commit is contained in:
Miroslav Stampar
2019-06-01 00:53:47 +02:00
parent 956b0eb69d
commit 94c00fd3bc
5 changed files with 5 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ See the file 'LICENSE' for copying permission
import numbers
from lib.core.compat import cmp
class xrange(object):
"""
Advanced (re)implementation of xrange (supports slice/copy/etc.)