def handle(self, *args, **options):
     c = CountryHelper()
     if options['import']:
         try:
             c.lazy_import(populate_sage=True)
         except Exception, e:
             raise CommandError(e)
 def handle(self, *args, **options):
     c = CountryHelper()
     c.set_shipping_countries()