summarylogtreecommitdiffstats
path: root/unittest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unittest.patch')
-rw-r--r--unittest.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/unittest.patch b/unittest.patch
deleted file mode 100644
index 68970f9f39a8..000000000000
--- a/unittest.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --color --unified --recursive --text package.orig/rollbar/test/__init__.py package.new/rollbar/test/__init__.py
---- package.orig/rollbar/test/__init__.py 2021-01-22 11:01:54.720286530 -0600
-+++ package.new/rollbar/test/__init__.py 2021-01-22 11:06:50.502491404 -0600
-@@ -1,9 +1,9 @@
--import unittest2
-+import unittest
-
-
- SNOWMAN = b'\xe2\x98\x83'
- SNOWMAN_UNICODE = SNOWMAN.decode('utf8')
-
-
--class BaseTest(unittest2.TestCase):
-+class BaseTest(unittest.TestCase):
- pass