Skip to content

Commit

Permalink
update the import path to exact rather than relative for listify
Browse files Browse the repository at this point in the history
  • Loading branch information
colincrawford committed Oct 1, 2020
1 parent b060790 commit 2388171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastepwn/analyzers/exactwordanalyzer.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import re
from .basicanalyzer import BasicAnalyzer
from ..util import listify
from pastepwn.util import listify


class ExactWordAnalyzer(BasicAnalyzer):
Expand Down

0 comments on commit 2388171

Please sign in to comment.