Resolve Python circular import hell - hopefully forever

This commit is contained in:
Kristóf Tóth
2018-07-26 13:59:06 +02:00
parent 7fb5a37831
commit 7a670f37f2
32 changed files with 105 additions and 105 deletions

View File

@ -4,7 +4,7 @@
from collections import namedtuple
from os import environ
from tfw.decorators import lazy_property
from tfw.decorators.lazy_property import lazy_property
class LazyEnvironment: