diff options
Diffstat (limited to 'freebase/fcl/fbutil.py')
| -rwxr-xr-x | freebase/fcl/fbutil.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/freebase/fcl/fbutil.py b/freebase/fcl/fbutil.py index ed1e511..1aaea5f 100755 --- a/freebase/fcl/fbutil.py +++ b/freebase/fcl/fbutil.py @@ -28,16 +28,11 @@ import re - -import logging -log = logging.getLogger() - +import optparse class FbException(Exception): pass -class CmdException(Exception): - pass media_types = { 'html': ['text/html'], |
