Skip to content

Commit

Permalink
merge patch from gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjzhangxin committed May 28, 2014
1 parent e3af041 commit 4405ff2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fusionyoudao.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from BeautifulSoup import BeautifulSoup
try:
from BeautifulSoup import BeautifulSoup
except ImportError:
from bs4 import BeautifulSoup
import os
import gl
import re
Expand Down

0 comments on commit 4405ff2

Please sign in to comment.