r1.3 move bonfire.py code to sfa/bonfire repository
[sfa.git] / sfa / client / sfi.py
index 0f60bce..8aec7c1 100644 (file)
@@ -15,9 +15,6 @@ import pickle
 import json
 import shutil
 
-# import bonfire.py for listing bonfire resources
-import bonfire
-
 from lxml import etree
 from StringIO import StringIO
 from optparse import OptionParser
@@ -1143,9 +1140,6 @@ use this if you mean an authority instead""")
             save_rspec_to_file(value, options.file)
         if (self.options.raw is None) and (options.file is None):
             display_rspec(value, options.format)
-            #adding resources from bonfire 
-            bonfire_resources = bonfire.bonsources()
-            display_rspec(bonfire_resources, options.format)
 
         return