Skip to content

Commit

Permalink
Fixed flowprint imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijsvanede committed Aug 6, 2020
1 parent de70e91 commit 450c84e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flowprint/flowprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

try:
from .fingerprints import FingerprintGenerator
from .fingerprints import Fingerprint
except:
try:
from fingerprints import FingerprintGenerator
from fingerprints import Fingerprint
except Exception as e:
raise ValueError(e)

Expand Down

0 comments on commit 450c84e

Please sign in to comment.