mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Add missing import
This commit is contained in:
parent
1c6725fcdd
commit
831452f776
@ -93,6 +93,9 @@ from twisted.application.service import Service
|
||||
from .fileutil import (
|
||||
PathInfo,
|
||||
)
|
||||
from .fake_inotify import (
|
||||
humanReadableMask,
|
||||
)
|
||||
|
||||
class _GeneratorContext(object):
|
||||
def __init__(self, execution_context):
|
||||
|
Loading…
Reference in New Issue
Block a user