Skip to content

Commit

Permalink
Added fsext back-end log2timeline#464
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 11, 2020
1 parent b818a47 commit 19be9c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dfvfs/resolver_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
except ImportError:
pass

try:
from dfvfs.resolver_helpers import ext_resolver_helper
except ImportError:
pass

from dfvfs.resolver_helpers import fake_resolver_helper

try:
Expand Down

0 comments on commit 19be9c6

Please sign in to comment.