From 1f74cc1f646f1224912e9b6f31cb726ace9e71a4 Mon Sep 17 00:00:00 2001 From: "nix@nixweb.com" Date: Fri, 14 Aug 2009 07:40:01 +0000 Subject: 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 --- freebase/fcl/fbutil.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'freebase/fcl/fbutil.py') 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'], -- cgit v1.3.1