mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Minor refactoring
This commit is contained in:
parent
31302eb707
commit
2cac7e860e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class xrange(object):
|
||||||
cmp(self._slice, other._slice))
|
cmp(self._slice, other._slice))
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return '%s(%r, %r, %r)' % (self.__class__.__name__,
|
return '%s(%r, %r, %r)' % (type(self).__name__,
|
||||||
self.start, self.stop, self.step)
|
self.start, self.stop, self.step)
|
||||||
|
|
||||||
def __len__(self):
|
def __len__(self):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue