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 /g_octave/fetch.py
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 'g_octave/fetch.py')
-rw-r--r--g_octave/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g_octave/fetch.py b/g_octave/fetch.py
index a0d7d5a..a78ed4b 100644
--- a/g_octave/fetch.py
+++ b/g_octave/fetch.py
@@ -18,7 +18,7 @@ from __future__ import absolute_import, print_function
__all__ = ['fetch']
from .config import Config
-conf = Config(True) # fetch phase
+conf = Config()
from .description_tree import DescriptionTree
from .exception import FetchException