diff options
| author | tv <tv@nomic.retiolum> | 2014-04-25 13:34:04 +0200 | 
|---|---|---|
| committer | tv <tv@nomic.retiolum> | 2014-04-25 13:34:04 +0200 | 
| commit | 7bf0b790b95d97d33e57a4e52cf7681bc6366d98 (patch) | |
| tree | b8c2914c7ae79c789251c1be79cf57f1709c9853 /Reaktor/IRC | |
| parent | e1571b5a5cda983234cd6d5c4998ab883cc46115 (diff) | |
reaktor: move config_filename to config
Diffstat (limited to 'Reaktor/IRC')
| -rwxr-xr-x | Reaktor/IRC/reaktor.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Reaktor/IRC/reaktor.py b/Reaktor/IRC/reaktor.py index 54091c5d..bfd08d9f 100755 --- a/Reaktor/IRC/reaktor.py +++ b/Reaktor/IRC/reaktor.py @@ -81,7 +81,6 @@ class Reaktor(asybot):        target.append(env['_from'])      log.debug('target:' +str(target)) -    env['config_filename'] = os.path.abspath(self.config)      start = time()      try:        p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd) | 
