Skip to content

Commit

Permalink
Fixed python import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jun 17, 2019
1 parent d0904c8 commit aa13bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pip install mailchecker

```python
# no package yet; just drop in MailChecker.py where you want to use it.
import MailChecker
from MailChecker import MailChecker

if not MailChecker.is_valid('bla@example.com'):
print "O RLY !"
Expand Down

0 comments on commit aa13bf8

Please sign in to comment.