diff --git a/osc/core.py b/osc/core.py index d7761e14..c50d439a 100644 --- a/osc/core.py +++ b/osc/core.py @@ -45,12 +45,6 @@ except ImportError: from . import oscerr from . import conf -# python 2.6 don't have memoryview, neither bytes -try: - memoryview -except NameError: - memoryview = buffer - try: # python 2.6 and python 2.7 unicode