Skip to content

Commit

Permalink
fix plugin import on linux pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 21, 2014
1 parent 5ecf2d2 commit 34b011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/PluginChromeSha1Deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# We have to import it this way or PluginCertInfo gets detected twice by SSLyze on Linux
import plugins.PluginCertInfo
from plugins.PluginCertInfo import MOZILLA_STORE_PATH, PluginCertInfo
from plugins.PluginCertInfo import MOZILLA_STORE_PATH

ROOT_CERTS = []

Expand Down

0 comments on commit 34b011b

Please sign in to comment.