cleanup
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Sep 2011 12:25:46 +0000 (14:25 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Sep 2011 12:25:46 +0000 (14:25 +0200)
sface/config.py

index edb2924..f913771 100644 (file)
@@ -179,13 +179,6 @@ class Config:
             if value is not None:
                 setattr(self,field,getattr(optparse_options,field))
         
-#    def setUser(self, user):
-#        Config.SFI_USER = user
-#
-#        # Should probably get authority from user record instead...
-#        a = user.split('.')
-#        Config.SFI_AUTH = '.'.join(a[:len(a)-1])
-
     def fullpath (self, filename): return os.path.join(self.get_dirname(),filename)
 
     def getSliceRSpecFile(self): return self.fullpath("%s.rspec" % self.getSlice())