diff options
| author | nix@nixweb.com <nix@nixweb.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-08-14 07:40:01 +0000 |
|---|---|---|
| committer | nix@nixweb.com <nix@nixweb.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-08-14 07:40:01 +0000 |
| commit | 1f74cc1f646f1224912e9b6f31cb726ace9e71a4 (patch) | |
| tree | 9fbc38e44c8576296e9091a9595f0944b0b78028 /freebase/fcl/fbutil.py | |
| parent | 3576154a66a680002aed301d652e488022d8b9b3 (diff) | |
subcommand option parsing, and account for some things moved to
cmdutil.py
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@206 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
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'], |
