solve conflicts
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 20:16:07 +0000 (22:16 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 20:16:07 +0000 (22:16 +0200)
1  2 
sfa/server/sfaapi.py
sfa/server/threadedserver.py

@@@ -7,12 -4,11 +7,12 @@@ from sfa.util.cache import Cach
  from sfa.trust.auth import Auth
  from sfa.trust.certificate import Keypair, Certificate
  from sfa.trust.credential import Credential
 -# this is wrong all right, but temporary 
 +
- # this is wrong all right, but temporary 
++# this is wrong all right, but temporary, will use generic
  from sfa.managers.managerwrapper import ManagerWrapper, import_manager
  from sfa.server.xmlrpcapi import XmlrpcApi
+ import os
+ import datetime
  
  ####################
  class SfaApi (XmlrpcApi): 
@@@ -21,8 -21,8 +21,9 @@@ from sfa.util.config import Confi
  from sfa.util.cache import Cache 
  from sfa.trust.certificate import Certificate
  from sfa.trust.trustedroots import TrustedRoots
 -#can we get rid of that ?
 -from sfa.plc.plcsfaapi import PlcSfaApi
++
 +# don't hard code an api class anymore here
 +from sfa.generic import Generic
  
  ##
  # Verification callback for pyOpenSSL. We do our own checking of keys because