aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-09 17:17:22 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-09 17:17:22 -0200
commit56ffccf741b9a8db0637dc0901d319faf07aa81a (patch)
treea55300151448844fe4ef0bcaa4d63ba97513f2f8 /scripts
parentfixed error message (diff)
downloadg-octave-56ffccf741b9a8db0637dc0901d319faf07aa81a.tar.gz
g-octave-56ffccf741b9a8db0637dc0901d319faf07aa81a.tar.bz2
g-octave-56ffccf741b9a8db0637dc0901d319faf07aa81a.zip
fixed stuff to use the new config object
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/g-octave3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index 89fb1d1..8951f43 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -208,7 +208,7 @@ def main():
from g_octave.config import Config
from g_octave.fetch import fetch
- conf_prefetch = Config(True)
+ conf_prefetch = Config()
if options.config:
try:
@@ -441,6 +441,7 @@ def main():
if __name__ == '__main__':
+ from g_octave.config import ConfigException
from g_octave.exception import *
return_code = os.EX_OK