diff options
author | 2010-12-09 17:17:22 -0200 | |
---|---|---|
committer | 2010-12-09 17:17:22 -0200 | |
commit | 56ffccf741b9a8db0637dc0901d319faf07aa81a (patch) | |
tree | a55300151448844fe4ef0bcaa4d63ba97513f2f8 /g_octave/fetch.py | |
parent | fixed error message (diff) | |
download | g-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.py | 2 |
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 |