Skip to content

Commit

Permalink
Merge pull request #186 from fabiocaccamo/master
Browse files Browse the repository at this point in the history
Fixed python import path.
  • Loading branch information
FGRibreau authored Jun 18, 2019
2 parents 2c7ae7a + aa13bf8 commit e8dbc89
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 e8dbc89

Please sign in to comment.