From: Sandrine Avakian Date: Mon, 14 Nov 2011 14:38:07 +0000 (+0100) Subject: Please enter the commit message for your changes. Lines starting X-Git-Tag: sfa-2.1-24~3^2~309 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5d4e3c34a0268b0374aaf10da4146f01a97dfced;p=sfa.git Please enter the commit message for your changes. Lines starting --- diff --git a/sfa/senslab/slab-import.py b/sfa/senslab/slab-import.py index 9d177575..10cdd883 100644 --- a/sfa/senslab/slab-import.py +++ b/sfa/senslab/slab-import.py @@ -100,7 +100,7 @@ def main(): table.create() # create root authority - SenslabImporter.create_top_level_auth_records(root_auth) + create_top_level_auth_records(root_auth) # create s user record for the slice manager #Do we need this? @@ -171,7 +171,7 @@ def main(): # import persons for person in persons_list: print >>sys.stderr, "\r\n\r\n^^^^^^^^^^^^^PERSON hrn %s person %s site hrn %s" %(hrn,person) - SenslabImporter.import_person( site_hrn, person,keys_list) + import_person( site_hrn, person,keys_list) if hrn not in existing_hrns or \ (hrn, 'user') not in existing_records or update_record: import_person(site_hrn, person)