summaryrefslogtreecommitdiff
blob: fc04cd8d87269d3963d38c2622e9f74a640388e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://src.fedoraproject.org/rpms/pitivi/raw/rawhide/f/collections.patch
--- a/pitivi/utils/loggable.py
+++ b/pitivi/utils/loggable.py
@@ -14,7 +14,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with this program; if not, see <http://www.gnu.org/licenses/>.
-import collections
+import collections.abc as collections
 import errno
 import fnmatch
 import os