Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/supybotconfig.py
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-07-30 19:31:20 (GMT)
committer Richard Darst <rkd@zgib.net>2009-07-30 19:31:20 (GMT)
commit37ab81fa24f306fe672846892bbf5c91ee135684 (patch)
treec886a1d2d3376bea9c4946d4377961ee45dbbd85 /supybotconfig.py
parent33fc5948c767aea7302195419321090240ac1b55 (diff)
Change writers dict semantics
darcs-hash:20090730193120-82ea9-7059c8b23c69fdd0f7544ed300e4d4b6644462b9.gz
Diffstat (limited to 'supybotconfig.py')
-rw-r--r--supybotconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/supybotconfig.py b/supybotconfig.py
index 53490a0..537099d 100644
--- a/supybotconfig.py
+++ b/supybotconfig.py
@@ -77,9 +77,9 @@ class WriterMap(registry.String):
class SupybotConfigProxy(object):
- def __init__(self, M):
+ def __init__(self, *args, **kwargs):
"""Do the regular default configuration, and sta"""
- self.__C = OriginalConfig(M)
+ self.__C = OriginalConfig(*args, **kwargs)
def __getattr__(self, attrname):
"""Try to get the value from the supybot registry. If it's in