Skip to content

Commit

Permalink
fix: Hopefully last fix for python 2.7 & reportlab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 28, 2019
1 parent 0d6aa42 commit c35a2ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_reportlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import unittest
from pymisp import MISPEvent

from pymisp.tools import reportlab_generator

import sys
import os
Expand All @@ -15,6 +14,8 @@
if sys.version_info < (3, 6):
print('This test suite requires Python 3.6+, breaking.')
sys.exit(0)
else:
from pymisp import reportlab_generator


class TestMISPEvent(unittest.TestCase):
Expand Down

0 comments on commit c35a2ae

Please sign in to comment.