From 6fb10dba1f9ba0ef6f6b92025728d5495b16b479 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Tue, 10 Nov 2020 01:18:07 +0100 Subject: [PATCH] add missing import --- pype/hosts/maya/lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/hosts/maya/lib.py b/pype/hosts/maya/lib.py index fcb627493d..37e4ccf915 100644 --- a/pype/hosts/maya/lib.py +++ b/pype/hosts/maya/lib.py @@ -8,6 +8,7 @@ import math import bson import json import logging +import itertools import contextlib from collections import OrderedDict, defaultdict from math import ceil