Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Fix circular dependend import #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix circular dependend import #343

wants to merge 1 commit into from

Commits on Jun 20, 2015

  1. Fix circular dependend import

    Python3 is givin an error when we try to import gumbo[1]:
    
        ImportError: No module named 'gumboc_tags'
    
    This is because __init__.py is importing everything and gumboc_tags
    already imported.
    
    This patch is fixing this issue.
    
    [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789299
    onur committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    1bab20c View commit details
    Browse the repository at this point in the history