Skip to content

Commit

Permalink
Import all guessLanguage* functions into the root package
Browse files Browse the repository at this point in the history
  • Loading branch information
kent3737 committed Aug 1, 2010
1 parent 74f13e8 commit 0cb7ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guess_language/__init__.py
@@ -1 +1 @@
from guess_language import guessLanguage
from guess_language import *
2 changes: 2 additions & 0 deletions guess_language/guess_language.py
Expand Up @@ -30,6 +30,8 @@
'''

__all__ = 'guessLanguage guessLanguageName guessLanguageInfo guessLanguageTag guessLanguageId'.split()

import codecs, os, re, sys, unicodedata
from collections import defaultdict
from blocks import unicodeBlock
Expand Down

0 comments on commit 0cb7ea9

Please sign in to comment.