X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fconfig.py;fp=sface%2Fconfig.py;h=edb2924edd2847b53d7824ebfaca31a3f9f91dc7;hp=bf94cbcd54a3004af075dd5469207e0f3c774062;hb=ab5bd9742a2d1b306e1a65b7f37c46f602c3fdd3;hpb=dea293b69063b10026b56072ef3d1006df177d20 diff --git a/sface/config.py b/sface/config.py index bf94cbc..edb2924 100644 --- a/sface/config.py +++ b/sface/config.py @@ -1,7 +1,7 @@ # config for sface # uses in this order # command-line args -# ~/.sfi/sfi_config +# /sfi_config ### import os @@ -28,9 +28,8 @@ class Config: ] def __init__ (self): - print 'WARNING - should pass config dir' - self.dirname=os.path.expanduser("~/.sfi/") - self.read_config() + # no need to do anything here, we need set_dirname later on + pass def get_dirname (self): return self.dirname