Skip to content

Commit

Permalink
[FIX] Nome do modulo incorreto
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Mar 11, 2014
1 parent 639bd69 commit 85f7e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycorreios/correios.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except ImportError:
raise ImportError, 'Você não tem o modulo BeautifulSoup'

from Model import Encomenda
from model import Encomenda

class Correios(object):
def __init__(self):
Expand Down

0 comments on commit 85f7e03

Please sign in to comment.