Skip to content

Instantly share code, notes, and snippets.

View bmr-cymru's full-sized avatar

Bryn M. Reeves bmr-cymru

  • Red Hat
  • In front of my computer.
View GitHub Profile
diff -up sos-3.2.nosixforbryn/sos/archive.py.orig sos-3.2.nosixforbryn/sos/archive.py
--- sos-3.2.nosixforbryn/sos/archive.py.orig 2015-03-02 20:03:32.585430036 +0000
+++ sos-3.2.nosixforbryn/sos/archive.py 2015-03-02 20:03:57.472599185 +0000
@@ -34,11 +34,6 @@ try:
except ImportError:
pass
-# PYCOMPAT
-import six
-if six.PY3: