git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01942f5
)
fix default config file path
author
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 00:17:05 +0000
(20:17 -0400)
committer
Tony Mack
<tmack@paris.CS.Princeton.EDU>
Fri, 29 Mar 2013 00:17:05 +0000
(20:17 -0400)
plstackapi/planetstack/config.py
patch
|
blob
|
history
diff --git
a/plstackapi/planetstack/config.py
b/plstackapi/planetstack/config.py
index
c9ee5f2
..
b3457ed
100644
(file)
--- a/
plstackapi/planetstack/config.py
+++ b/
plstackapi/planetstack/config.py
@@
-20,7
+20,7
@@
def str2bool(v):
class Config:
- def __init__(self, config_file='/etc/planet
lab/plc
api_config'):
+ def __init__(self, config_file='/etc/planet
stack/plstack
api_config'):
self._files = []
self.config_path = os.path.dirname(config_file)
self.config = ConfigParser.ConfigParser()