Fix dknewkey import in dkim/tests/test_dkim_generate.py

This commit is contained in:
Scott Kitterman
2023-02-25 15:39:38 -05:00
parent 5195dbaf3d
commit 143e3bffea
+1 -1
View File
@@ -22,7 +22,7 @@ import tempfile
import unittest
import dkim
import dknewkey
import dkim.dknewkey as dknewkey
def read_data(path):
"""Get the content of the given test data file."""