Skip to content

Commit

Permalink
fix error with several levels -2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavzl committed Dec 7, 2019
1 parent 5dd6f6c commit 66856b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cambrinary/cambrinary.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import aiohttp
from bs4 import BeautifulSoup

from country_const import *
from log import *
from type import *
from .country_const import *
from .log import *
from .type import *

translation = {GB: 'english',
CN: 'english-chinese-traditional',
Expand Down

0 comments on commit 66856b9

Please sign in to comment.