Skip to content

Commit 066f038

Browse files
committed
Remove bytes existence check
Python < 2.6 is no longer supported
1 parent e79fe25 commit 066f038

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

smmap/buf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
__all__ = ["SlidingWindowMapBuffer"]
55

6-
try:
7-
bytes
8-
except NameError:
9-
bytes = str
10-
116

127
class SlidingWindowMapBuffer(object):
138

0 commit comments

Comments
 (0)